I have a flow that is triggered When a new channel message is added in Teams and is to send a SMS text message via the Twilio action to all users listed in a table. Unfortunately this only sent to about half of our users yesterday.
The flow is:
When a new channel message is added >> List rows present in a table >> Apply to Each [Send Text Message (SMS)]
The flow status shows Failed even though it sent to 256/493 users.
Unfortunately the error details are not very detailed.
Status: Failed
Error: Action 'Send_Text_Message_(SMS)' failed
Error Details: The 'To' number is not a valid phone number.
Is there any way to test this flow to verify it would send to all of our users...... without sending a text message to all of the users?