Hi Everyone,
I am new to Microsoft flow so I apologize in advance if this question has already been answered. So I currently have a form in which users can select a shipping Destination country. I also have a separate list in which I have Users and that are tied to each country. I am trying to create a flow in which it looks up for the correct user based on the selected destination and sets them as the approver.
For example, let's say that I fill out the form and select my destination country to be Colombia. Flow will then lookup which user is assigned to Colombia and set the user to the approver.
My idea on how the flow should work is:
Any help would be appreciated.
Solved! Go to Solution.
My example below should get you started.
A few notes:
Please let me know if you have any issues implementing this solution.
My example below should get you started.
A few notes:
Please let me know if you have any issues implementing this solution.
Hi @ScottShearer ,
I just tried that and I am getting an error on my approval action.
Can you post a screen shot of the output of the Get Items action from that run please?
Also, can you confirm that the Destination column in the Air Freight Request list is a lookup column and points to the AirFreightApprovers list. In addition, please confirm that ther Approvers column in the AirFreightApprovers list is a person or group column and that there is a single name in that coulmn for all records.
This indicates that no records were returned from the Air Freight approvers list.
Can you post a screen shot of the Air Freight Approvers list in Design view as well as the other list? I want to see how the coumns are configured.
I should have been more clear. Go to the list and click on the gear in the top right corner of the screen - select list settings. I am specifically interested in the lookup column in your primary list and all columns in the lookup list.
I think I have figured it out how my manager started this project. Looks like he created a list of countries like this:
Where "title" is just the country name. That list has 250 countries.
Then in the approvers' list, they get the countries by a lookup:
Finally in the form they also get the destination country as a lookup from the same countries list:
Hopefully this helps you help me 🙂
OK - that explains it.....
Since the approver and the country are not stored in the same list, you'll need to have two Get Items actions - both filtered.
The first Get Items action will look to the countries list and be filtered in the way I have described.
The second Get Items will look to the Approvers list and be filtered again in the same way. However, the ID you put in the filter will be the ID of the item from the first Get Items action.
You'll assign the apprver email to the variable after ther second Get Items action
This also means that you'll end up with a loop inside of a loop.......
My suggestion is to add the approvers directly to the Countries list. If you do so, life will be much more simple and the solution that I provided will work as I outlined - you'll do one Get Items action and look to the countries list. You'll be able to access the approvers email from there.
That makes a lot more sense. Yeah I think will do what you suggested and in the case that my manager for whatever reason wants to keep both lists separate than I will have to do two get items. Thank you so much for your help!!! You are amazing! By the way, is there any resources you can recommend me so that I become better at Microsoft flow and powerapps?
Thanks again,
Luis Veltze
I guess I have one last question about the original outline you provided me. What does ID eq Country ID do in the get items? Is that an expression? Are you assigning a variable "ID" to "Country ID" value?
Thanks again!
This is EXACTLY what I have been looking for. Did you ever manage to get this working?
Hi Scott,
I'm trying to replicate the work you've posted above however I'm not getting far. I am using a form as a means of selecting a country, and then want to match the form response (country) to an approver that is in a list for that relevant country.
E.g. You pick Canada from the form, the flow than matches "Canada" to the "Canada" entry on a list and starts an approval workflow with the individual assigned to Canada. My list is simple, I just have 2 columns (Country and Staff member)
Yes I got it to work! What issue do you have?
I have managed to resolve it. My issue was I didn't wrap the filter query in single quotation marks. After wrapping my flow started to work and I didn't need to create a second list like your example. Thanks 🙂
Hi @chancyrust
If we enable multiple selection option for Approver column in Country list how we will fetch multiple approvers? Is logic will same ?
User | Count |
---|---|
92 | |
44 | |
21 | |
18 | |
16 |
User | Count |
---|---|
137 | |
49 | |
42 | |
37 | |
29 |