Records Trigger issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2024 04:09 AM
Hello Experts,
We want to know why flows triggering based on the all records.
created a flow and( added few subflows under that flow ) based on the custom table.
Requirement
We want to show the only flow on the execution instead of all records ( eg If 5 records its showing 5 on the executions)
how can we achieve this?
Many thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2024 04:55 AM
Hello @akin9
To prevent flows from triggering for every record and limit executions:
Set Trigger Conditions: Ensure the flow’s trigger conditions are specific to your requirement. Use filters to target only relevant records.
Batch Processing: Use a Scheduled Data Trigger to process multiple records in a single execution.
Subflow Invocation: Add condition checks in the parent flow to call subflows only when needed.
Debugging: Check execution logs to identify unexpected triggers, such as unintended updates.
By refining these configurations, you can control executions and avoid triggering the flow for every record.
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps others find the solution more easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2024 05:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2024 11:07 PM
You probably won't get an answer, because JuhiPoddar's answer was clearly an AI generated answer.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2024 12:07 AM
Hello @Mark Manders
There’s no harm in posting an AI-generated solution, as long as the answers are verified and accurate.
Thank You
Juhi Poddar