I’m trying to use “Schedule API Workflow on a List” in my workflow, and I’m setting “List to run on” to the result of an API call: Result of step 5 (API Call)'s list.
However, it doesn’t work. Bubble shows an error, and I can’t proceed.
The API returns a list of items, and everything looks fine in the API Connector. But for some reason, Bubble won’t recognize it in the workflow.
What am I doing wrong? Why isn’t this working?
Any help would be greatly appreciated. Thanks!
and, I 'used ‘Create a new thing…’ in 'Result of step 5 (API Call)‘s list.’ to retrieve the data normally,
but it is not written in the form of a list, and everything is written in one column, so I am trying again to write it in the form of a list.
Ok just looked again and saw you tried using the list above, I think it’s just a slight data mismatch. Payload you’re receiving looks fine, in type of things on the schedule action, try searching for “get orders STANDBY data”.
It looks like you’re trying to reference the structure of a different call, and even though they may be the same, if it’s a separate instance in the API connector bubble won’t see it that way.
The List to run on MUST be a LIST of the type Order_STANDBY2
And it obviously isn’t.
Without more details no-one can say exactly what it is, but the Issue checker will tell you exactly what’s wrong. So use that.
But, you either need to change the ‘Type of thing to change’ to match the type of thins in your ‘List to run on’, or change your ‘List to run on’ to match the ‘Type of thing to change’.