Greetings and salutations. I am trying to wrap my head around MS Flow, and before I waste too much time, I need to check with you all if it is possible at all :).
My goal is the following:
I need a flow, that I can trigger manually (for now) that will do the following:
1. When triggered, the admin enters the user that is to be worked on.
2. Flow sends an email to the user entered, with text asking the user to complete the steps in https://aka.ms/MFASetup.
3. Flow waits (can it do that?) until the user has completed the above step (gone through setting up MFA) and then adds the user to a security group in AAD.
4. Flow sends an email to the user with text and a link to an internal article on how to proceed.
5. etc...
Maybe I need to combine this in two flows... one flow that sends the user an email with info and a link to a new flow of some kind, that asks the user to complete the steps in https://aka.ms/MFASetup and then has a step where the user confirms it has been done... or something...