Skip to main content
Nintex Community Menu Bar

Selected rows Itemid with comma seperated from List view

  • November 18, 2021
  • 1 reply
  • 26 views

Forum|alt.badge.img+4

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.

 

1 reply

Forum|alt.badge.img+15
  • Scholar
  • November 18, 2021

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.