
Announcements
I am currently running into an issue where some of the return values from a parse json operation are turned into null when passed into a run script operation.
As you can see from the image above, the correct values of 1102, 64, 0 are returned, but when the values are passed on the last 2 numbers are turned into null. Has anyone experienced this before or am I missing something obvious? Any help would be appreciated.
For reference, the entire flow consists of: trigger -> run script1 -> parse json -> run script2
Update: After playing around with the different components, it seems that the space between the object keys was the culprit. Removing said space seems to have fixed the issue and the correct values are being passed to the 2nd run script.