Flows: Nested loops vs transform element
Let’s say you need to determine the number of unique accounts across a series of opportunities.
The old school method of doing this in a flow is using nested loops. Nested means you loop within a loop. You do this because you don’t want to have a Get operation instead of a loop.… Read the rest