Hi, I am quite new to Power Automate and MS Forms so apologies if this is a newbie question (have searched through this forum but can't quite see a relevant answer). I have a basic Form that asks a few questions. One of those questions is " Colleague's Name" (this being the name of another colleague they are responding about). I would like to use Power Automate to get that Colleague's Name field, search O365 and retrieve the email address, then send an email to them. I've tried this so far:
When a new response is submitted
- <Form iD> "Alpha"
Get response details
- <Form iD> "Alpha"
- Response id "List of responses"
Search for users (V2)
- <Search term> "Colleague's Name"
Apply to each
- <Select output from previous steps> "value"
Get User Profile (V2)
- <User(UPN)> "Email"
Send Email (V2)
- <To>: "Mail"
Sorry for the lack of images but I can't seem to paste them there. Any help appreciated!