Hi everyone,
I’m experiencing an issue where a Scheduled API workflow on a list is being scheduled (I can see the scheduled events in the Logs → Scheduler), but none of the workflows are actually being executed.
As a test, I tried using only the :first item
of the same list and triggered the API workflow without using “on a list”, and it worked — the user data was created successfully.
This makes me suspect that something about how the list is passed might be the issue, but I’m not sure.
Here’s a quick summary:
- I’m triggering the workflow via Bubble’s Data API after uploading a CSV file.
- The workflow gets scheduled, but no individual item gets processed.
- The same workflow works fine when executed directly on one item.
- I’m on [Starter Plan], so there shouldn’t be workflow limit issues.
Has anyone experienced something similar?
I’d really appreciate any advice or ideas!
Thanks in advance