I’m trying to use a flow and in Postman, the object is parsed as JSON and shows up in a display block. However, the keys cannot be selected in a select block (nor as inputs to subsequent calls to other APIs)
This must be some obscure javascript and object problem, but what is going on here?
I’ve search high and low through the internet and can’t find any examples to compare it to. I’m just trying to use an evaluate block to programmatically take a JSON input, swap some stuff, and send it to the next API call.
it will show up properly in a display box but not be useable anywhere else.
Yes, typing the field doesn’t work. the data isn’t there.
Are you ok sharing the output? If you see in the upper right of the output block there’s a copy icon. Copy the output and share it with me (or in a dm) so we can try to reproduce. This sounds strange