I want to do 100 actions by Do-Until.
just like: for (n = 1; n<=100; ++n) { .. }
How can I do it by Do-Until ?
Regards,
Yoshihiro Kawabata
Solved! Go to Solution.
I can do 10 times some actions by Do until and variables.
I can do more by Microsoft Flow.
Regards,
Yoshihiro Kawabata
Hi Yoshihirok,
Did you mean that you want flow to count a specific count of actions and than have a do-until?
Regards,
Mona
Yes, I want to create a flow which do a specfic count of actions with do-until.
In C# language:
for (n = 1; n <= 10; ++n) { Action(); }
Regards,
Yoshihiro Kawabata
Hi @yoshihirok,
After some test, I think this cannot be achieved in flow so far. Try to post an idea please.
Regards,
Mona
I can do 10 times some actions by Do until and variables.
I can do more by Microsoft Flow.
Regards,
Yoshihiro Kawabata
IDK how to do that!
It should not be this hard folks if somone that knows how to do a for loop is asking a question like this, WTF?
User | Count |
---|---|
38 | |
34 | |
15 | |
13 | |
11 |
User | Count |
---|---|
23 | |
18 | |
18 | |
13 | |
13 |