Create or Update Record Action in Flow has an error for no reason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 03:55 PM
I have a flow that is triggered by both a timed schedule and a onComplete transform script. It searches a table for multiple records that have been updated within the past hour and creates or updates a corresponding record with data from the initial table. Repeats the process using a "for each" function loop and until all updated records now have a matching record on the 2nd table.
For whatever reason, despite the create or update record action, an error occurs, with different records each time, that terminates the flow, even with error handler on. I have attempted this by using a subflow to check for records that do not have a corresponding record in the 2nd table, but to no avail.
It is handling a large number of records at this time (about 10,000 at a time) so it could be the size issue. Other than that, I have no idea. Any insight is appreciated.