Announcements
My flow is failing because the date is passed as
Hi @stapes ,
Is it a date picker you're using to generate the date? If so, then change the Format property of the date picker to:
"dd/mm/yyyy"
@stapes
You can control the format of a date being passed to Flow using the TEXT function.
YourFlowName.Run(Text(your_date_here,"dd/mm/yyyy"))
There's also a quite useful post on how to do it inside Flow here.
https://powerusers.microsoft.com/t5/Building-Power-Apps/Sending-dates-from-PowerApps-gt-Flow-gt-Sharepoint-Library/m-p/373875/highlight/true#M107975
I'm not sure who you are referring to as "you guys"...
---Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
The order of the month and day in a date is dependent on the regional settings in the app. Since you are passing it from Power Apps to Power Automate I would recommend passing it as a text variable and then converting it inside Flow. You can then control the formatting of the date passed as text using the following formula in Power Apps
Text(Today(),"[$-en-US]dd/mm/yyyy")
Then in Flow you can convert it back when you want to use it. You can't store a date as a variable in Power Automated anyway, so you need to convert it if you want to store it.
What is the best way to pass date information from PowerApps to Flow with the PowerAppV2 trigger? Trying to add an input date to the trigger.
Having problems configuring the string/date to match what Powerapps wants to send and what Flow wants to receive.
Solved - case sensitive characters. oops
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 381 Super User 2026 Season 2
Mohsin Ali 340
WarrenBelz 187 Most Valuable Professional