My problem is that I’m utilizing endpoints and when an endpoint is called multiple times, Bubble considers that as a certain number of instances (in my case, I’m adding more items that a user needs to upload). I’ve checked the logs and even without changing the specific paramater ‘Action Needed’ from No to Yes, it will still activate it based on the number of instances.
My question is, would it be possible to create a trigger ‘Only When = Action Needed Changes from No to Yes’
That will simply not trigger it at all anymore. My problem is that when I request multiple documents, it makes instances in the workflow. For every instance, it used to check whether the current application had ‘Action Needed = Yes’ before I changed my Only When clause. My problem is that I need at least one of them to go through, first or last (whichever makes more sense) to then send an email to the user.
What I currently have is a way to remind the user in 3 phases, first, second, and final. Every time I request a new document my goal is to reset that workflow loop so it send’s the first email out and then waits the set delay (in my case, 3 days).