- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 04:58 AM
So i have catalog item that uses flow designer. When user fills out the form they don't know who the group owner is for that group. But once it's submitted the first approval group can find out who the owner is and fill that in under RITM group owner.
The issue I'm having is that in when the group puts in the owner and approves it creates the task instead of sending the next approval to the group owner. Here is my wait for condition in my flow.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 06:13 AM - edited 04-19-2023 06:14 AM
Hi,
Then, like you designed it the flow fetchs the owner group before the approval. To fix it add or move Your catalog get variables after the first approval (After step 7) and use it instead of getVaiables (Step 1)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 01:39 AM
Hi,
What I want to see is the execution of your flow. Like in this screen to see the triggered conditions:
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 04:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 05:58 AM
Hi
Can you expand the 7th step and share it with us, If you are user the getVariables (step 1) the owner group should not be up to date. In this case you can add another getVariables after the first approval.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 06:00 AM
So the 1st group approval is the one that fills in the group owner under the RITM, saves it and then approves it. Then what I want after that is the approval to go to the group owner that was filled in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 06:13 AM - edited 04-19-2023 06:14 AM
Hi,
Then, like you designed it the flow fetchs the owner group before the approval. To fix it add or move Your catalog get variables after the first approval (After step 7) and use it instead of getVaiables (Step 1)
Regards