Skip to main content
Solved

How to get "JSONPath expression" from call web service

  • 21 October 2022
  • 2 replies
  • 72 views

Hello everyone,

 

I have an action that calls a sharepoint web service and then in the output gives me a json object. I would like to query this json using a "query json" nintex actioin but I don't have the JSONPath expression value and it is required.... Anyone who knows how I can get it please ?

 

Thanks in andvance !

I found the solution, you just need to put 



$['d']['__metadata']['type']


Hello.



I found this great tool a few days ago.



JSONPath Finder and Evaluator


Reply