Looking for Pipeline Suggestion
I am working on a pipeline that will update a set of records when a separate record is updated. Use case, The user needs to create several records to perform the same task at multiple locations. A separate pipeline is created to create one master record for all of the child records. I need to update each of the child records when the master record is updated. This is where the complication comes into play. The update may involve 1 to 24 different categories, each with their own set of data to update. Should I use 1 step to update all 24 categories regardless of a change or add conditions for each category to only update if there is a change. This would result in 24 steps in each iteration of the Do loop. I am concerned about performance issues for a large update. If the master record has 500 effected records, the Do loop would effectively run 12000 steps.
I welcome your suggestions.
------------------------------
Paul Peterson
------------------------------