Hello!
Hoping for some help with a scenario I've got and described below...
1. In Form, user completes form and can select 1 or 19 options from a multiple choice question & submits (each answer represents a department, and each department has 3 people associated to it.)
2. Flow then sends approval to designated people from each answer selected. For example, if A and E are selected in the form, the approval must go to the people associated to department A and E.
I'm guessing the best way to do this may be a SharePoint list which has each persons email listed in one column and the department they belong to in another, for example
Josh | Department A
John | Department B
Mark| Department C
Sarah| Department D
Steve| Department E
So in the case mentioned above, Josh and Steve would be sent the approval request.
But in my actual scenario there is 19 departments and about 3 different people per department.
Any help or guidance on how to build a flow a flow to work like this would be greatly appreciated 🙂
Thanks,
Josh
Solved! Go to Solution.
Sorry if I have confused you please follow the sample below i have tried to replicated your scenario as below:
1. Initialize 2 variables answers and emails array , answers should hold the response from the microsoft form response
Expression for the Answers array:
split(replace(replace(replace(outputs('Get_response_details')?['body/r8a667099fbd94265925bad11cf7da507'],'[',''),']',''),'"',''),',')
Please note that you need to replace with the response from your form:
outputs('Get_response_details')?['body/r8a667099fbd94265925bad11cf7da507']
2. Loop on the answers array to get the approver list per each partner
3. Then loop on the approvers to append emails
4. Send approval outside loop
Yes you can have a sharepoint list but i would suggest a small change here , the sharepoint list should have the department and the People column should allow multiple persons since the department can have more than one person associated to it.
In your flow you will need to:
1. Initialize variable to hold the people you want to send the approval to.
2. Use the Get Items to get the departments using an ODATA filter
3. Loop on each record from step 2 and get the people and append to the variable in step 1
Below will show you how to deal with the multi select group column
Hi @Mira_Ghaly
That makes absolute sense regarding the people column 🙂
Are you able to please help me with step 2? I'm not entirely sure how to use the ODATA filter... I guessed that I would need to pull through some dynamic content however nothing is appearing from the Get Items. I've started with Partner eq ' ... and then I thought I would need to select the Partner column from dynamic content to get the departments as you suggested however no luck...
EDIT: I've now attempted Step 3 also but running into more issues.
I setup these variables for the Partner Approvers and Partner Emails.
Then when I use the apply to each and add in the SharePoint column name, it seems to be duplicating the apply to each? I'm also unsure if I have added into the Compose correctly... I see with your screenshot you have a column named 'UserGroup Claims', but I'm not sure what that would be for my flow, so I just used the Approvers column?
Then finally (hopefully) how would I then send the approval request to the selected departments?
Apologies I'm still fairly new to power automate and still finding my feet 🙂
Thank you for your help so far!
Josh
I thought the partner approvers is the list of sharepoint where it links the department to the Approvers, can you share your sharepoint list columns? So I can replicate on my end and send you a full example.
Of course, apologies for any confusion! Here is my SharePoint list.
If possible could you send full flow screenshot and i will try replicate each step my end. I've attempted it a few ways not but unfortunately no luck 🙂
Thanks again,
Josh
Hi @Mira_Ghaly
I've updated the flow however it doesn't seem to be sending any approval requests?
Attached each step of the flow - can you spot where I may be going wrong?
Thanks,
Josh
I believe the issue is here in the OData from where you are getting the partner .. is it from the form response?
Then you should pass it , can you check the flow run history to see the steps execution and where it get stuck?
Ah right I see - I've updated the OData to include the dynamic content from the form response.
In the example I submitted, I selected 2 choices from the 19 on the form, which in the run history has pulled through correctly on the get items, however the send and wait for approval has not gone to the users.
The run history is showing the apply to each steps greyed out but with no errors, so i'm not sure what is going on
So i tried moving the start and wait for approval outside the loop however it is not failing. Here is the error:
"Let's go one step back you need to split the multiple choice response then you can Get items on each of the options and do the existing logic." - apologies I'm not sure what you mean / how to do this?
Sorry if I have confused you please follow the sample below i have tried to replicated your scenario as below:
1. Initialize 2 variables answers and emails array , answers should hold the response from the microsoft form response
Expression for the Answers array:
split(replace(replace(replace(outputs('Get_response_details')?['body/r8a667099fbd94265925bad11cf7da507'],'[',''),']',''),'"',''),',')
Please note that you need to replace with the response from your form:
outputs('Get_response_details')?['body/r8a667099fbd94265925bad11cf7da507']
2. Loop on the answers array to get the approver list per each partner
3. Then loop on the approvers to append emails
4. Send approval outside loop
I've updated as per your screenshots and tested a run but ran into an issue. I think it may be related to the expression for the Answers array...
This what I used:
I really appreciate your patience in helping me, hopefully will get there soon!
Thank you,
Josh
@Mira_Ghaly - positive update!
I got the expression to work and ran a test - all seems to be working 😄
I'm going to run a few more tests, most likely tomorrow, with all 19 options in the SharePoint list.
I really appreciate your help - thank you!
Hi
Can someone give me some guidance, I'm looking to create a start and wait for approval with the email address being fed from a multiple choice field in the form but im having the below error
Dear Community Members, We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd. During this period, members will not be able to Kudo, Comment, or Reply to any posts. On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities. What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!
We are excited to announce the Summer of Solutions Challenge! This challenge is kicking off on Monday, June 17th and will run for (4) weeks. The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities. Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”) - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024 Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods. You must enter into each weekly Entry Period separately. How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different. Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers. At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing. Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner. A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random. Individuals will be contacted before the announcement with the opportunity to claim or deny the prize. Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners. Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event. ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE** Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24 17 @Anil_g 7 @ManishSolanki 13 @eetuRobo 5 @David_MA 10 @VishnuReddy1997 5 @SpongYe 9JhonatanOB19932 (tie) @Nived_Nambiar 8 @maltie 2 (tie) @PA-Noob 2 (tie) @LukeMcG 2 (tie) @tgut03 2 (tie) Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate @Deenuji 12@ManishSolanki 19 @Anil_g 10 @NathanAlvares24 17 @VishnuReddy1997 6 @Expiscornovus 10 @Tjan 5 @Nived_Nambiar 10 @eetuRobo 3 @SudeepGhatakNZ 8 Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22 Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2 Anil_g2 SharonS2
On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners. The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights. Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.
We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for. We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer. Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together. Here's to new beginnings and endless possibilities! If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport. To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages