I am trying to go through and making an inventory list via sharepoint. The main key part that I am missing is that the user will put the name of the product in a form and range of numbers and I need to the product to separate into each individual lines into a sharepoint list. So for example product name: Purse, Quantity: 50. Start number: 1 End number 50 Sharepoint list will look like this: Purse #1, Purse #2, Purse #3 through Purse #50.
Page 1 / 1
Hi
Basically, you just need to loop the required number of times, create the string with the correct number increment, and then create an item in SP with the string.
The attached workflow will do this for you.
Just update the create item action to suit your environment and use the variable named “item” to create the item.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.