
Announcements
Hello to all,
I have a question regarding a Follow Up message in Teams if the recipient of an option has not selected an option after a certain time.
My flow works roughly as follows:
1. receive from Excel spreadsheets the following data:
2. initialise 2 variables:
3. combine data from the Excel sheets
4. parse as json
5. for each (for each team lead from the Excel list)
6. filter team leads team from the parse json
7. create HTML for each team lead with the members of their team
8. send a message to each team lead with the table
9. send an option as a flow bot with the options: Approve or Reject
10. parallel branch:
11. after an option has been selected set variable Break = true
12. ...
The flow works perfectly, except for the follow up message, which simply does not arrive. I have no error messages. Does anyone have any idea what I am doing wrong?
Thanks for your help in advance 🙂