I'm trying to create a workflow that will allow me to create multiple records via a dynamic loop, but I'm running into a bit of a block with it.
Scenario
If an ACCOUNT has an N:N relationship with Record XYZ in custom entity SEGMENT with , THEN
FIND all SERVICES in SEGMENT XYZ
CREATE an ACCOUNT SERVICE record for each SERVICE found
I have a workflow step to find the N:N relationship, and I can find all of the services in that Segment, but I cannot get it to loop through each
I know I could include multiple create steps, but I'd prefer not to have a static set of workflow steps, as it would necessitate modifying the workflow each time we add or remove a service
Any advice would be appreciated!
*This post is locked for comments
I have the same question (0)