Replies: 3 comments 1 reply
-
Not sure if this is accurate to your situation, but when I get "ambiguous" from Send Request data, it's because it doesn't play well with my examples response. One of the problems I found was I can't have a field to be either |
Beta Was this translation helpful? Give feedback.
-
Have you created examples for the requests? Flows uses the request examples to determine what the data looks like for parsing the response from a request. |
Beta Was this translation helpful? Give feedback.
-
Second that OP. I'll be going back and just quickly write this in javascript. |
Beta Was this translation helpful? Give feedback.
-
Spent the past 2 hours attempting to use a request A that returns an array of objects to send requests to B. I thought it would be simple to do the following
i was able successfully do 1 and 2 if I send the results to a terminal using the following blocks:
Send Request -> Select -> Loop Over List -> terminal
But I cannot convince flows to treat the output of either "Loop over List" or "Iterate" (neither of which are documented.) as a variable I can reference in a Send Request block.
Furthermore there is a "ambiguous" marker on my Select block but I can't find any documentation regarding what this means. I eventually #343 which is ANOTHER way to iterate over items but more importantly it shows there is some type inference happening from examples but the logic is anyone's guess.
Beta Was this translation helpful? Give feedback.
All reactions