JSON keys cannot be selected. Any idea what is going on here

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?

Did you try typing out the path for the object field you want to select in the text box for the select block?

I’m not sure why you’re not able to select, will investigate further.

I have gone as simple as this with the same behavior:

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 :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.