Forum Discussion
How to generate key value pairs for choices or something like that?
- Jul 22, 2020
kensleylewis you can't do this in forms but you CAN do it in the flow in Power Automate because Forms knows who has submitted the form- assuming the responders are all within your organisation they don't need to enter their name or email address. It looks like you are sending the email to the responder so...:
- Your trigger will be the Forms When a new response is submitted;
- Your first action will be the Forms Get response details;
- You will then add an Office 365 Users action of Get user profile (v2):
- In your Send an email (v2) action the "To" field will be Mail, selected from the Get user profile section of the dynamic content.
Rob
Los Gallardos
Microsoft Power Automate Community Super User
kensleylewis you can't do this in forms but you CAN do it in the flow in Power Automate because Forms knows who has submitted the form- assuming the responders are all within your organisation they don't need to enter their name or email address. It looks like you are sending the email to the responder so...:
- Your trigger will be the Forms When a new response is submitted;
- Your first action will be the Forms Get response details;
- You will then add an Office 365 Users action of Get user profile (v2):
- In your Send an email (v2) action the "To" field will be Mail, selected from the Get user profile section of the dynamic content.
Rob
Los Gallardos
Microsoft Power Automate Community Super User
- kensleylewisJul 22, 2020Iron Contributor
ahhh!!! your 3. and 4. is what I've been missing out on all day! Many thanks on helping me to expand my mind on this.