Hello everyone,
I have 2 forms and I want to send 1 microsoft form to someone based on the awnser of the first form.
It would look like this:
Person A fills in form.
Reaction details get retrieved with an email adres in on of the questions.
Email with next form gets send to email adres in question. (can't figure this part out)
Kind regards,
Solved! Go to Solution.
Hello @LavaLaugh !
I consider that your use case could be implemented with a cloud flow (in the Power Automate portal). Initially, you have to use the 'When a new response is submitted 2' trigger in order to get the Response Id. Then you may use it for retrieving the response (along with the email of course) from the first form with the 'Get response details' action. Finally you could send the email with the respective cloud action with the second form to the inserted email (retrieve it through the capability). A simple example of the steps described above:
Hello @LavaLaugh !
I consider that your use case could be implemented with a cloud flow (in the Power Automate portal). Initially, you have to use the 'When a new response is submitted 2' trigger in order to get the Response Id. Then you may use it for retrieving the response (along with the email of course) from the first form with the 'Get response details' action. Finally you could send the email with the respective cloud action with the second form to the inserted email (retrieve it through the capability). A simple example of the steps described above:
I worked! Thank you so much!