I’m making changes to a thing called Scheduled. To change the img field, I’m searching for an image in the database. This is all done in a recursive backend workflow, so I want it to update to the next item in the list (index).
The other two fields are updating just fine, so my guess is I’m trying to do too much at once wrt the img field. I would add a pause here to give it time to make the search but that’s not possible in backend workflows.
What’s the best way to handle this? Should I just set up a separate API workflow to make changes to the img field?