79211792

Date: 2024-11-21 15:15:30
Score: 2
Natty:
Report link

For those who wonder how the ForEach loop needs to be set up, you need a temp variable and a final variable.

full

Make sure that the ForEach is set to sequential or the content of your variables will be totally random!

foreach

This is how I set up my first (final) variable. In my case I used a semi colon as a separator since my items are email addresses.

final variable

The second variable is the temp variable that will temporarily keep the value until the next iteration, as because ADF just doesn't allow a variable to reference itself :(.

temp variable

Reasons:
  • Blacklisted phrase (1): :(
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Fabien Arnaud