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?
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?
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.