Here is my setup:
- Button-triggered workflow
- Schedule API workflow on a list of X
- Show “Sent” message
- API workflow
- Create a new X
- …
Issue: My success message displays after clicking the button, but the API workflow doesn’t create a new thing like it’s supposed to.
What I’ve tried:
- Set both workflows to ignore privacy rules
- Ensured there are no “Issues” in the Bubble editor
- Double-checked the inputs for the API workflow
Any suggestions?
Hello!
It’s difficult to say for sure without seeing more, but a couple of things I’d be looking at:
-
In whatever context you’re connected to the front-end as, does that “Search for childs” definitely return things? You could temporarily show it in an RG if there’s any doubt about that.
-
Also, does the current user have permission to see This child’s parent and Current row’s event’s flyer.
-
Does your Issue checker have the “Run checks on back end workflows” checked? Just to be sure that there’s nothing wrong with your API workflow or the “Create a new X”.
-
Check the Logs > Server Logs for the period just after you’ve clicked the button.
Hope that helps in some way!
James.
Have you used the step-by-step debugger to check that List of X is being found and loaded?