Hello,
I have a Scheduled flow which behaves differently in debug than when activated:
When activated no records are updated.
If I modify the flow to look for a specific record in the Object conditions - then debug the flow, the record updates accordingly.
I understand there might be some failures, but I would expect the flow to check all records regardless. Am I missing something?
5 answers
Discovered the problem - something outside of the flow was impacting the scheduled flow.
In case anyone else comes across this: If a scheduled flow hits a record and fails to execute - it doesn't move onto the next record, the whole flow simply stops at the point of failure. I wasn't a member of the apex exception email group so wasn't seeing where the error occured. Once I added myself to the group I could see the point of error and fix it.