Commit a21a531
Action: Update Set / Update Application Mismatch (#66)
* Built a basic flow action that takes in an update set sys id, then retrieves an array of sys ids containing the sys id of updates that belong to a different application than the one set on the update set. This is serving as a proof of concept of the idea. If I were to build a more robust version, I'd build it in global instead of having it be scoped so I could leverage look up record and look up records steps in the action as well as use an step to create a task or even make an approval and have it fix the mismatch upon the approval being approved.
* Converted the output from an array of strings to an array of objects. I needed to create my own object as there were some complications in just passing the GlideRecord object back as an output.
---------
Co-authored-by: admin <admin@example.com>
Co-authored-by: Astrid Sapphire <59789839+SapphicFire@users.noreply.github.com>1 parent cd7e182 commit a21a531
2 files changed
Lines changed: 1926 additions & 2 deletions
File tree
- b812ceb69337a210633378917cba10bc
- update
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
0 commit comments