- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 11:36 AM
Screenshots of Request Account - Attachments variable set
Screenshot of Flow Get Catalog Variables
Here we are getting vars from Request Account - Attachments Variable set
Here we try getting vars from Request #$@##% Account catalog Item
Notice there are none of the attachment variables
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 12:01 PM
It's hard to see your screenshots but the Get Variables only supports some variables types: https://docs.servicenow.com/bundle/utah-build-workflows/page/administer/flow-designer/reference/supp...
What types do you have that are not showing up?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 11:53 AM
Hi @Darin Short ,
Please personalize the "variable" related list and add a column named 'global', check whether it is set to 'true' or not for the variables which you want in your flow, if not, make them true and test again
If my answer has helped with your question, please mark it as correct and helpful
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 12:01 PM
It's hard to see your screenshots but the Get Variables only supports some variables types: https://docs.servicenow.com/bundle/utah-build-workflows/page/administer/flow-designer/reference/supp...
What types do you have that are not showing up?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 01:09 PM
Thanks @Michael Fry1, looks like that may be it, the type I am trying to see is "Attachment" and I do not see that in the list. Strange though that the original custom Flow (created by previous developer) that I am replacing has the attachment variables being captured by "Get Catalog Variables". I have other fields that will get what I need.