- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2021 01:19 AM
Hi ,
i am creating flow for catalog item through flow designer.
i am creating one catalog task ,in the next action i need to write one script where i need sys_id and assignment group of previously created catalog task.
how can we get that sys id and assignment group in the script.
can someone please help me with this.
Regards
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2021 04:59 AM
Hi,
While creating action, you will create inputs for it. Create input like below. Then you can use this variable in your action.
When you'll call this action, it will ask for input from flow. Pass the sys_id from data pills to this action.
Calling from flow:
ServiceNow Community Rising Star 2022/2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2021 01:30 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2021 01:32 AM
Hi
You need to use Lookup Record Action to find that task sys_id after its creation for the next activity
Thats the only way to go 🙂
Thank you
Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2021 01:36 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2021 02:23 AM
Yes you are right 🙂 I missed that. We can use that too.
Thank you
Prasad