Hello,
When I initialize the variable "Montant_Actuel" it automatically goes into a foreach loop, and then when I save my WorkFlow it gives me an error telling me that a variable cannot be initialized in a foreach loop.
How do I remove my variable from the foreach loop?
Thanks in advance !
You need to initialize outside the ATE loop, and then use the Set variable action to update it in each loop.
Pat