Create a list of request

0
How on a single click we can create a list of 1000 requests in which 20 expenses will be available for each request?
asked
1 answers
0

Hi Satya,

You can achieve this requirement easily, by using two loops,

First, create an integer Variable and set its value to 1, and run a while loop and change the integer value up to 1000, now in the second loop, create expenses and and link it to the request.

You can take a look at the microflow below,

 

Let me know if you face any issues,

Hope it helps!!

answered