Hi,
the for each loop is created, because the value, which you use to initialize the variable, comes from an object in an array.
You can only move the initialize action outside of the loop, after you have removed the dynamic content ("montant actuel") from its value. Afterwards you can drag and drop the initialize action outside of the loop.
The basic problem seems to be that your value "montant actuel" is part of an array. Is this intentional? Please post a screenshot, where get the value "montant actuel" from?
Regards,
Leo
---------------------------------------------
If my answer solved your issue, please mark it as complete.
If what I wrote helped you, please give it a thumbs up.