Skip to main content
Nintex Community Menu Bar
Question

How to get the list item column (stored JSON value

  • December 27, 2022
  • 1 reply
  • 192 views

Forum|alt.badge.img+1

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

1 reply

Garrett
Forum|alt.badge.img+16
  • Scout
  • December 27, 2022

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)