You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inserted the flow action into a scheduled flow set to run on all Lead records (~4k in the system)
Action works as expected in debug context of single records
Action will not work when Flow undergoes normal scheduled execution
Expected behaviour
This is a fairly simple flow. If the record fails validation the results are persisted into a simple custom object.
If it works in debug the expectation/hope is it would work under normal circumstances
Actual behaviour
Nothing. I see no debug logs when trace is tied to the ValidationException apex class or tied to all automation.
No flow errors.
I have tried different versions of the flow with error routes tied to the action but no improvement there. The screenshot is the most basic version.
Screenshots
Debug Logs
If applicable, please insert debug logs here
Debug Log Information
Paste the output of the logs here.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Inserted the flow action into a scheduled flow set to run on all Lead records (~4k in the system)
Action works as expected in debug context of single records
Action will not work when Flow undergoes normal scheduled execution
Expected behaviour
This is a fairly simple flow. If the record fails validation the results are persisted into a simple custom object.
If it works in debug the expectation/hope is it would work under normal circumstances
Actual behaviour
Nothing. I see no debug logs when trace is tied to the ValidationException apex class or tied to all automation.
No flow errors.
I have tried different versions of the flow with error routes tied to the action but no improvement there. The screenshot is the most basic version.
Screenshots
Debug Logs
If applicable, please insert debug logs here
Debug Log Information
The text was updated successfully, but these errors were encountered: