Hi
We have a lot of MS forms that we use for various approvals. Currently the forms ask who the budget holder is (selected from a list) and this is used in Power Automate to send the approval emails. It does work but there are issues when a budget holder leaves and I have to update 20+ different forms.
I'm hoping there is a way to do a lookup based on the department selected that would return the budget holder email so I can just have one dataset that would feed into all the forms. I have tried searching but I've not found what I'm looking for. There are around 60 departments so using Switch would be too time consuming to write the rest of the flows (also, many forms already use a Switch). I'm reasonably experienced with PA but but probably only it's basic functions.
The general approval flow layout (some go through multiple approvals or use a Switch but this is the basics of it):
When a new response is submitted
Get response details
Start and wait for an approval
Condition
Approval/rejection emails
Is this something that can be done easily? If so can you point me in the right direction to do it? I did have a look at Expressions but I don't know enough about them to be able to figure out if one of these (or combo of them) can help me.