Hi everybody,
I have issue with record default options from switch.
Firstly, I send email with options to user, and check in switch if user choose one of 3 options. When any option was choose I want to save default option from switch. I set up duration time for user to make a choice 1 minute just for checking if it's working in email settings and in switch should run after options I mark to options "has faild" and "has timed out". Is it possible to configure email or switch control to save default case when no options was choose from email?
Below is my flow. If you can give me any advice I will be very grateful 🙂
Solved! Go to Solution.
Hi @Anonymous ,
Could you please tell me:
Do you want to proceed with the next action after sending an email with options but no one replies after a while?
1. You can set Timeout in "Menu for Send email with options" on the right side of Send email with options.
2. You can set the time you want to wait in Timeout. The rules of time setting follow ISO 8601 format. This link helps you understand the format:
https://en.wikipedia.org/wiki/ISO_8601
3. Switch does not recognize null values, so I suggest you add a condition to determine whether the option selection is null.
4. When empty, the proof option is not selected. When not empty, the proof option is selected and you can use switch below to discriminate the selected answer.
5. Select "Configure run after" in "Menu for Condition" on the right side of the condition and select "has timed out".
Best Regards,
Levi
Hi @Anonymous ,
Could you please tell me:
Do you want to proceed with the next action after sending an email with options but no one replies after a while?
1. You can set Timeout in "Menu for Send email with options" on the right side of Send email with options.
2. You can set the time you want to wait in Timeout. The rules of time setting follow ISO 8601 format. This link helps you understand the format:
https://en.wikipedia.org/wiki/ISO_8601
3. Switch does not recognize null values, so I suggest you add a condition to determine whether the option selection is null.
4. When empty, the proof option is not selected. When not empty, the proof option is selected and you can use switch below to discriminate the selected answer.
5. Select "Configure run after" in "Menu for Condition" on the right side of the condition and select "has timed out".
Best Regards,
Levi
@v-liwei-msft Thank you for answer.
This is what I was searching and I did. I found exactly this same solution on other site 🙂
User | Count |
---|---|
88 | |
39 | |
23 | |
20 | |
16 |
User | Count |
---|---|
127 | |
49 | |
46 | |
31 | |
25 |