Hi Everyone,
Is there any way to print like this in text file using loops ?,

Hi Everyone,
Is there any way to print like this in text file using loops ?,
Hi,
Yes there are is.
But imo it's gonna get a little messy to do it with power automate desktop activities only, you can always run a python command from within power automate desktop.
To do it in power automate desktop i would recommend:
Using multiple variables and combining into one within the loop so >
- Have a variable 5 (number variable)
- Have a variable *5 (text variable)
if you have a feeling where this is going this should be easy, so now on every loop you can add to your text value a '*5' text value and behind the '=' a calculation to get the desired value, you could actually just add the text value you made here between % Calculation will happen between these, see docs %.
You know get two parts, one part before the '=' and one after. But this isn't the whole solution and you might want to declare some variables before the loop.
Good luck.