web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Can't save flow, no er...
Power Automate
Unanswered

Can't save flow, no errors in flow checker

(0) ShareShare
ReportReport
Posted on by

RommelSunga_0-1663110288987.png


No idea why this flow won't save, there are no flow checker errors. My expression in the twilio connector is just "

triggerFormDataValue('to_number')" which is supposed to use the post parameter above.

I used the "use sample payload to generate schema option" on the http request received widget.

 

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,511 Most Valuable Professional on at

    Hi @RommelSunga,

     

    You are using the triggerFormDataValue function, that function returns a string with a single value that matches a key name in a trigger's form-data or form-encoded output.

     

    The format for using this function is

     

    triggerFormDataValue('<key>')

     

     

    So, the syntax of the expression in your setup is correct. But it does not recognize the to_number as a key. I would say that is probably the reason why it does not save.

     

    As far as I can tell you are just after the to_number property of the outputs body of the trigger action. Could you try the triggerBody function instead:

     

    triggerBody()?['to_number']

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 58

#2
David_MA Profile Picture

David_MA 53 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 36 Most Valuable Professional

Last 30 days Overall leaderboard