
).
I can create a work-around by only running the process in small batches manually (with adding an indication on the opportunity object to let me know if the record was already processed. But I wonder if there is an easier/more clever way of resolving this.Many thanks!3 answers
Update: I was able to play with a newly created auto-launch flow and I created a Pause element. I understand that I can:
- Run the Update Records
- Call the Pause element with a pause condition that the Update Records element was visited
- Define the Resume Event as the date/time of the flow with a 0 hour offset
But the Pause element needs to be called and then call another element and I'm not sure how to structure it so that the Pause happens after the records are updated and then quits the flow to allow it to be called again from the calling screen flow.