You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making an API call that might return a property with multiple values the data type for the property will vary based on what is actually returned. If a single value is returned then it is string with multiple values it is JSONArray. This means that the corresponding column data type differs which causes subsequent nodes to fail.
The text was updated successfully, but these errors were encountered:
When it is one of these array or singleton type responses could you always convert the returned values to an array in the workflow? This is what we had to do with our OPS.js library that powers the explorer.
When making an API call that might return a property with multiple values the data type for the property will vary based on what is actually returned. If a single value is returned then it is string with multiple values it is JSONArray. This means that the corresponding column data type differs which causes subsequent nodes to fail.
The text was updated successfully, but these errors were encountered: