LightningFlowComponents icon indicating copy to clipboard operation
LightningFlowComponents copied to clipboard

"Validation Checker" - No results from scheduled flow

Open jesse-altpart opened this issue 1 year ago • 1 comments

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

image

Debug Logs

If applicable, please insert debug logs here

Debug Log Information
Paste the output of the logs here.

jesse-altpart avatar Jul 02 '24 02:07 jesse-altpart

This action was designed to work in a screen flow and isn’t bulkified to handle thousands of records in a scheduled flow.

ericrsmith35 avatar Jul 12 '24 21:07 ericrsmith35