Skip to main content
Nintex Community Menu Bar
Solved

Items Ranges with SharePoint

  • August 4, 2025
  • 1 reply
  • 29 views

Forum|alt.badge.img

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.  

Best answer by SimonMuntz

Hi ​@Jnavarro,

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.

1 reply

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • Answer
  • August 5, 2025

Hi ​@Jnavarro,

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.