I am setting up a flow to create items in our inventory list on Sharepoint based on items in our order forms list - currently when the "items recieved" field is changed to yes, a new entry is created on our inventory list.
We order multiple items at a time and this is reflected in a quantity field on our order form - is there a way of having the flow read this quantity field and create multiple items on our inventory list accordingly?
Solved! Go to Solution.
Hi @finnecs
Yes of course,
You can check if the ItemsReceived-Falg is true:
The quantity will be stored in a variable counter that will be used for a do until-loop:
Until the counter is 0 you create an item in the other list.
Finally you decrement the counter by 1.
I hope that will fit your needs. If so, please mark it as a possible solution for your problem.
Bye
Stefan
Hi @finnecs
Yes of course,
You can check if the ItemsReceived-Falg is true:
The quantity will be stored in a variable counter that will be used for a do until-loop:
Until the counter is 0 you create an item in the other list.
Finally you decrement the counter by 1.
I hope that will fit your needs. If so, please mark it as a possible solution for your problem.
Bye
Stefan
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
90 | |
50 | |
36 | |
30 | |
27 |
User | Count |
---|---|
75 | |
60 | |
50 | |
43 | |
38 |