Forum Discussion
Thanks for your continued help!
and the output from the SNoW API is
My second issue is that the SNoW API POST Response returns three vales as numeric, but the response string shows them as NULL.
dimche_saveski
6 years agoNew Contributor III
Peter
The mapping you have currently in the mapper is wrong, its trying to access object with name status , but status is a string . Delete that line and try this one instead:
$response.entity.result.sysid
Copy the line and try it, it should work.