Subflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 07:17 AM
Hi All,
Can anyone please help me out with how can I get catalog item variables in Subflow ?
I need to use if conditions in my subflow and due to that I need catalog item variables in subflow.
Thanks&Regards,
Abhisek Chattaraj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 07:59 AM
Hi Abhishek,
Turns out its not as easy as it seems. Here's what I found:
https://www.servicenow.com/community/developer-forum/how-to-dynamically-get-requested-item-variables...
You can try to extract the variables from the requested item record (pass this as the input for the subflow) and then access them.
Thanks!
Please mark as Helpful and if this worked for you kindly mark this reply as the Solution!