-
ServiceNow Data Stream Action JSON Path Syntax
If you are creating a Flow Designer Data Stream Action, you’ve encountered that you should Split and then Process your results using either an XML or a JSON path. I’ve found that this splitting via JSON Path has some quirks, and does not completely follow the JSON Path specification. In particular, if you have a…
-
How to decode sys_json_chunk
The problem with Flow Designer outputs Flow Designer is ServiceNow’s latest workflow engine, replacing the legacy “Workflow”. As I’ve started to build more Flows, one issue I’ve encountered is that viewing the output of flows, subflows and flow actions is often truncated in the GUI. This truncation is generally not a problem when flows execute…
