Which immediately makes me think JSONarray which needs to be referenced using [0], right? However, this completely bombs out because the type is considered ‘Object’ in the pipeline. When set into a field using set_field, I’m getting this…
[“value”]
Instead of what I want which is…
value
How are you supposed to use a returned value set like this (one of the examples shows values getting returned like this in the Lookup Table setup, but has no instruction of how to actually use it)?
My kludge of choice thus far has been to substring it’s predictably crappy output to remove the brackets and quotes…but I was hoping for a neater, less barbaric process.