clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

Unable to Expand Array/Object with Key Starting with Numeric

Open masdimdev opened this issue 2 years ago • 2 comments

Unable to open or expand array or object keys when the key starts with a numeric value (e.g., "123test") or a date format (e.g., "2023-10-31"). It seems that Clockwork might be treating these keys differently or not recognizing them correctly.

image

masdimdev avatar Oct 30 '23 02:10 masdimdev

Hey, thanks for the report, will fix in the next release.

itsgoingd avatar Oct 30 '23 22:10 itsgoingd

I've found a simple workaround that seems to resolve the problem. I added a "+" symbol to the variable, and this has fixed the issue in my case.

image

masdimdev avatar Nov 08 '23 00:11 masdimdev