Question

How to get the list item column (stored JSON value

  • 27 December 2022
  • 1 reply
  • 143 views

Badge +1

How to get the list item column (stored JSON value) stored in a variable as collection datatype in nintex workflow.


1 reply

Userlevel 6
Badge +16

Hi @radhakrishnanma 

Both Nintex for SharePoint or Nintex O365 workflows doesn’t have any built-in functions to read JSON values.

NWC (Automation Cloud) has a function to query JSON 

https://help.nintex.com/en-US/nwc/Content/Designer/Actions/Queryjson.htm

 

If you know the JSON structure, you could ‘manipulate’ the string to extract values (not highly recommended)

 

Reply