Troubleshoot: "Get Dataset Items" node misses item value in JSON, but not in Schema

JSON format misses the value “SalaryInfo[1]“, whereas the schema includes it. How can I pass the “SalaryInfo[1]” value in JSON so that then I can use it in my next workflow step?

hello @Nicole_Gk

It’s a UI bug. The schema view wasn’t able to properly get the array items. The exact data could be seen via the Table/JSON view.

2 Likes

Hi @Nicole_Gk, welcome!

I’m able to reproduce this exact issue with Apify response,

The good news is that it appears to be a UI bug or misbehavior in the Schema view when the number of items is greater than one, in that case, the values do not match..

The good news also is that the JSON view is correct, and the referencing is correct..

To prove this:

  • Here, the schema shows that there is salary information:

So in the end, everything works correctly when referencing, just don’t rely on the Schema view values,

I believe it is intended only to show the general schema structure..

2 Likes

Thank you! I noticed that the job post didn’t actually have a salary, and confirmed the UI bug.

Thank you, yes this makes sense, and I have confirmed it in my scenario. I appreciate the response!

1 Like

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