How can I parse the strings t get ID's to loop through them

  • 1 April 2020
  • 1 reply
  • 23 views

I am new to Nintex. I am currently working on getting SharePoint list items using query list action. I will need list item id's. While doing that I get a response as below [{"Id":56981,"ID":56981},{"Id":56982,"ID":56982},{"Id":59547,"ID":59547},{"Id":59548,"ID":59548}]. How can I parse the strings t get ID's to loop through them

7053i3B5A8DFBCFDD279C.jpg


1 reply

Userlevel 6
Badge +22
Hi,

Put the collection variable through a for each action to extract what you need.

Reply