- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 06:37 AM
Hi All,
I am attempting to create a flow to route approvals to a certain group for approval. In order to select the group, I am using a decision table (built with decision builder) as there are currently 4 groups but it will be growing over time. Well I created a decision tree, and it is evaluating the correct decision, however flow designer is receiving a blank result.
As you can see in the screenshot, the first decision is evaluating as true. In my decision builder, it results in a reference from the sys_user_group table. In my log message you can see that that returns blank, however. I would expect at least a sys Id here.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 06:50 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 06:50 AM
After each decision, you would need to add an Ask for Approval.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 06:59 AM - edited 12-08-2022 07:02 AM
Thank you, this worked. I thought it would just store the result after evaluating, and I can use it at anytime, but I guess I thought wrong. A little annoying since I need to do additional things with the group later on in the flow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 07:27 AM
I haven't tried but maybe you could write it to a Flow variable and then use the variable in your single Ask for Approval?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 10:34 AM
Yep! This did it and works for my needs.