Hello team,
You may be able to help me on this challenge:
Background:
I want to use the Salesforce Industries 'Batch Management' feature. This feature allows user to run Batch jobs without the need of APEX. Batch Management jobs are trigger via an scheduled flow.
Need:
I want to be able to trigger the Batch Job manually at any time.
Question:
Is there a way to trigger Batch Management Job manually?
I am open for suggestions and ideas.
Thank you very much in advance.
Since Batch Management jobs are triggered by a flow - can you run the flow in debug mode to manually trigger the batch process?