Hey folks,
Hitting a wall with a Data Action that pulls from NICE Cognigy. I’m trying to extract the profile.token value from the JSON response, but it keeps failing silently. The response body looks valid:
{"profile": {"token": "abc123"}}
My JSON path is $.profile.token, but the output field stays empty. No error code, just nothing. Anyone seen this before? Is Cognigy’s payload structure tricky for the standard parser?