Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Validation Checker" - No results from scheduled flow #1555

Open
jesse-altpart opened this issue Jul 2, 2024 · 1 comment
Open

"Validation Checker" - No results from scheduled flow #1555

jesse-altpart opened this issue Jul 2, 2024 · 1 comment

Comments

@jesse-altpart
Copy link

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.
@ericrsmith35
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants