Skip to main content
Nintex Community Menu Bar

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

  • April 1, 2020
  • 1 reply
  • 26 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

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • April 1, 2020
Hi,

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