Trying to generate a text using dynamic content from powerapps using SendTextMessage(SMS)_ToPhoneNumber and SendTextMessage(SMS)_Text. I can get the phone number to populate, but keep getting this error for Text. Any suggestions?
Trying to generate a text using dynamic content from powerapps using SendTextMessage(SMS)_ToPhoneNumber and SendTextMessage(SMS)_Text. I can get the phone number to populate, but keep getting this error for Text. Any suggestions?
Hi @edgonzales ! I was just using compose to confirm what the output of the dynamic content was since I was having issues using SendTextMessage_Text in the Twilio connector. Please see below. First screen shot displays all actions of the flow plus the dynamic content being used. In the Twilio connector, I am using the SendTextMessage_PhoneNumber in the phone number field, and then SendTextMessage_Text in the text field (this is the one that's not working). Second screenshot is the run. As you can see, phone number is just fine (first compose), however I keep running into an issue with text (output in second compose). I have already adjusted my expression in powerapps several times, but it appears even then it will not accept the Text dynamic content. Hope that helps explain what I'm trying to do.
Hi @bella_lowes,
I assume that you add additional Compose action under the trigger after find you could extract the phone number.
After you edit the Flow, you should remove the Flow from the PowerApps, then add the Flow back, if the original number of parameters in function is three, you should add the 4th parameter into the function on the PowerApps side.
How many compose action on Flow, there are how many parameters in the function on PowerApps side.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi there. It kind of looks like you had a step before this one that was renamed after you added a dynamic value to that Compose.
Can you show the rest of the flow, and then also the expression inside that Compose?
Another thing that looks odd... Is the compose referencing information that happens after that step?
Keep us posted.
-Ed