- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024 12:38 PM
I have a number of subflows being called by one Flow with the Trigger Service Catalog.
The idea is that each subflow is a Stage of the Requested Item (or Approvals), and I'm trying to return the Subflow Stage back to the Flow, and make determinations using an If Condition.
To do this I'm trying to configure an output in the Subflow as a Choice, referencing sys_hub_flow_stage, but the only fields available are Class (sys_class) and Protection Policy (sys_policy).
I tried adding an ACL for these fields, to no avail.
I also tried adding the table to the property sn_flow_designer.allowed_system_tables, also unsuccessfully.
I know as a workaround I can recreate the choice list, but I'd prefer to keep this dynamic and avoid updating things in two places.
Any thoughts?
Disclaimer: Since the table I'm referencing is the metadata for the very flows & subflows I'm modifying I'm sure there are hazards to attempting this; I'm more interested in knowledge (why is this happening/how to circumvent it) than cautions.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 12:38 AM
Hello @Nick Bernal ,
When I checked that in my instance it is also showing me same result but it is happened because in that table only those two fields are having dropdown to list the values.
If my solution helps you any way then mark it as accepted and helpful.
Thank You!!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 12:38 AM
Hello @Nick Bernal ,
When I checked that in my instance it is also showing me same result but it is happened because in that table only those two fields are having dropdown to list the values.
If my solution helps you any way then mark it as accepted and helpful.
Thank You!!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 02:00 PM
Thanks for making it obvious I was misunderstanding the function of the Choice type.
What I wanted was a List output variable!