- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 12:38 PM
Hi, I'm trying to update the Description and Short Description of a REQ (not RITM).
I have a simple catalog item and flow that generates 1 RITM and 1 Task. How can I populate the REQXXXXXXX short description and description fields with catalog variables?
Thank you for any tips!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 06:59 AM
use Lookup record first on REQ table
You have RITM record so you can get REQ sysId and it will help you query REQ
then use Update Record action
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 08:46 PM
you can use flow step of Update Record
what did you start with?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 06:10 AM
@Ankur Bawiskar I've tried to use a flow step of Update record, but I don't have a data pill for the REQ. To use an update record action - would I have to use a script on the Update Record action in the *record field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 06:59 AM
use Lookup record first on REQ table
You have RITM record so you can get REQ sysId and it will help you query REQ
then use Update Record action
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 11:20 AM
Thank you for sending me down the right path. This worked.
For anyone in the future my basic catalog item has the following actions
- Get Catalog Variables
- Create Catalog Task
- Update Requested Item Record (Update Record)
- Table - sc_req_item
- field - state - (create catalog task > catalog task > state)
- Look Up Request Record (Look Up Record)
- Table sc_request
- condition - sys ID is (3 - Update Record - Requested Item Record - request - sysid
- Update Request Record (Update Record)
- Record (4 Look up record > request record
- Table sc_request
- Field description - it worked
- field short description - it worked