From 3f00a58f213e9a7c4907d44dd1f0e5b5e9454674 Mon Sep 17 00:00:00 2001 From: Tim Dingle Date: Wed, 30 Oct 2024 16:16:34 -0500 Subject: [PATCH] Create Set Field Copy/paste the entire snippet. --- Flow Actions/Set Location/Set Field | 1 + 1 file changed, 1 insertion(+) create mode 100644 Flow Actions/Set Location/Set Field diff --git a/Flow Actions/Set Location/Set Field b/Flow Actions/Set Location/Set Field new file mode 100644 index 0000000000..3b2929bcc6 --- /dev/null +++ b/Flow Actions/Set Location/Set Field @@ -0,0 +1 @@ +javascript: var luser = new GlideRecord("sys_user"); luser.get("sys_id", gs.getUserID()); luser.location.u_installation_id.sys_id.toString();