Skip to main content

After using the Query List Action I get the result with this format. {"Id":2447,"ID":2447}

Is there an action to parse it?

How should I use it?

 

 

HI,

Use the For Each action to easily work on a collection variable.

Try this link



https://community.nintex.com/t5/Nintex-for-SharePoint/Split-string-help/td-p/99473


In you query list action, in the parameter "output type" ,you have choose "Single output", if you just want the column ID, you should choose "Seperate output per column" to simply have an collection of IDs



 



With the parameter value "Single outup" you have a collection of Dictionnaray (and the dictionnary will contains values of each column of the item).



With the parameter value "Seperate output per column" you have a collection of your column values



 



If you want to know how to parse use dictionnary have a look at this:   https://community.nintex.com/t5/Nintex-for-Office-365/Get-value-from-Collection-derived-from-Lookup-List-Query/td-p/110880



 



 


Reply