My scenario is:
Form > Flow > Populate sharepoint list - Currently 1 SP list item (row) per form.
I'm wondering how I can put a question in the Form to take a Number and then based on that number create that many rows and copy the information into them.
E.g.
Type: Cube
Volume: 6
The flow would then create 6 rows, each with the title Cube
Cheers
Just take the Create Item actioin and put it inside a DoUntil Loop that is controlled by a counter. Read the values of the form, store the number in a variable, enter the loop, and keep looping until a counter is equal to or greater than the variable you stored from the form.
Hi @PeterDonohue,
As the value format of your Form, I only provide a way how to create multiple rows according to the value of Volume.
Please have a reference on the screenshot as below:Please have a try and I hope it can help you.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @PeterDonohue,
Has your problem been solved?
If your problem has been solved, You could go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!
Best Regards,
Community Support Team _ Lin Tu
I am yet to get it to work so will not accept a solution. Too often I see these as accepted and they are not actually correct
Hi @PeterDonohue,
So, you could provide more information about your requirements, then we can do better assist you.
What's the Cube's type means? Is it the column name of SharePoint?
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.