-
snUtils slashcommands to copy record via script
I’ve had to common use case in ServiceNow where I want to take an existing record, and then create a copy of that record via script. Sometimes I will want to dynamically set values, or hardcode certain values. So I wanted a helper that would let me take an existing record, and craft a Backgroud…
-
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…