- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 04:26 AM - edited 07-18-2023 04:27 AM
Im trying to get the description of a "Catalog item" go to a "Record" created, in a table. Im using a flow so that when I order the "Catalog Item" it creates the record, but the description tha tI put on the "Portal" is not appearing on the "Record".
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 06:50 AM
above step 1 add one more action name get catalog variable(present in servicenow core) enter the proper data into the action like 1. RITM number 2.Catalog item name and select the description from available variables.
and then add this to your description field of table.
Regards,
Ranjit Nimbalkar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 06:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 06:58 AM
you need to add new action get catalog variable above create generic table record.
in that you will fetch catalog item variable data and then you will assign that to your table field
like above screenshots.
Regards,
Ranjit