Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Flow Output Date Formatting

(0) ShareShare
ReportReport
Posted on by 93

I have a flow that creates a table (below) and sends it in an e-mail each week. However, I can't seem to get the formatting right on dates and numbers. How can I show the "Months Pushed Out" as only whole numbers, and the date at the top in YYYY-MM-DD format instead of with time?

 

 

enswitzer_0-1610978189771.png

 

enswitzer_1-1610978296602.png

 

 

  • enswitzer Profile Picture
    93 on at
    Re: Flow Output Date Formatting

    Seemingly no matter what I do  - this Months one fails and gives me this Error:

    Unable to process template language expressions in action 'Set_variable' inputs at line '1' and column '23678': 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'

  • fchopo Profile Picture
    7,972 Super User 2025 Season 1 on at
    Re: Flow Output Date Formatting

    Hello @enswitzer 

    For the "Months Pushed Out" expression, you should use the following expression:

    int(first(split(string(item()?['MonthsPushedOut']),'.')))

    Which converts the number to a string, get the number before the "." and converts it to integer.

     

    And for the date at the top (I suppose it is written in the email) you should use:

    formatDateTime(your_date,'yyyy-MM-dd')

    Hope it helps!

    Ferran

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1