Skip to main content
Nintex Community Menu Bar

I have list view with multiple rows selection allowed. I want itemid for selected rows in one string how i can achieve this?

 

For example :- I have 3 rows selected with item id =1, 2, 3 so when i click on button available on view i want result as 1,2,3 so i can pass it to sql query to delete it.

 

It is possible to write a rule with a for-each selected item do a data transfer to append the selected item's ID to a hidden data field. Let me know if you need more specific instructions here but hopefully this can get you started.


Reply