Replacement for Nested Loop

0
In microflow if we do not want to use nested loop what can be replacement for it ?  Nested loop affects the performance of app
asked
1 answers
0

Sometimes you don’t really have a choice. 

But you can try to reduce the number of iteration or you can try do that specific microflow logic “server side”, in that way the user will not be affected by the slowness of the process.

 

 

answered