Hi All,
I am struggling with one of the requirements of my SharePoint Project. My requirement is as below:-
I need a Nintex form with the Input box where I can input the number, say "5" and when I click submit button it should create 5 rows/ records in my target SharePoint list with all the fields duplicated, except ID which is basically created by SharePoint list as an unique IDs.
E.g. If I entered 5 in the input box then the SharePoint list will have 5 rows created with series 1,2,3,4 &5. I don't want to use Repeating section because my input box number value can go high up to 15 and for which repeating section is not a feasible option.
Any help on this will be really appreciated. Thanks.