Hey, MindStudio team. I think I have a bug to report. This is for work at Advance Local. This is in regards to the following Agent ID: 797caf31-dd3d-4960-b9d3-8c2e4ace694a, in the “alabama_labor” workflow.
It seems that the “get” function to reference the JSON key name in a JSON object does not work properly. It returns an empty value. Please look at the block immediately preceding the “Check for Changes” block. When it runs, there is no value in the comparison.
Can you please confirm this? Or are we doing something wrong?
Thank you!
CC: @David
Hi @TechWriterLouis,
Looking at the last two runs of the alabama_labor workflow, the global variable with the JSON arrays is using different keys across runs: “Company” vs “company”. Since the variable is set to extract from $.company, it won’t work when the key is capitalized.
All the other keys in that JSON start with a capital letter, so I suggest updating the sample output field in the block where you save new values to the global variable so that all keys are consistent, either all capitalized or all lowercase.
Ah, I see (said the blind man)! Silly human error!
Thank you so much for looking into that for us!
1 Like