2

I need to create a workflow inside my project. So I added Elsa (2.5) Workflow Engine and started with the workflow designer. Now I need to add a for each loop and access the iterator variable.

Question: How do I access the current iterating object?

My sample workflow:

enter image description here

How I set the collection (every thing works fine here, send mail will be executed for example three times):

enter image description here

And now I need to access values from my current collection entry:

enter image description here

Can anyone assist on how I can access this value? I can't find any documention of the current version..

P. Grote
  • 249
  • 1
  • 2
  • 13

1 Answers1

1

Finally, I found the answer by myself:

enter image description here

P. Grote
  • 249
  • 1
  • 2
  • 13