2Why is “List to run on” not working in Schedule API Workflow?

Hi Bubble community,

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.

Looks like you’re trying to run it on a list of order standby 2’s but you’re feeding it an order number, which I assume is a string or integer.

Try changing type of things to text or number, or try matching the datatype your feeding in to be an order standby.

1 Like

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.

2 Likes

It’s a type mismatch.

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’.

1 Like

Please don’t create duplicate of the same topics.
I’ve replied here:

2 Likes

Oh… I think the post is gone so I made a duplicate post but I didn’t know it was a problem. Sorry and thank you for your help :slight_smile:

1 Like

Your information was very helpful. Thank you very much :slight_smile:

I’ll refer to that as well. Thank you very much :slight_smile: