Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

Microsoft Forms flow to Excel returns later date/time

Like (0) ShareShare
ReportReport
Posted on 1 Apr 2020 03:27:11 by 193

Just as the topic title reads, I setup a flow which adds a row to an existing sheet. Everything seems good to go except that it appears to be returning the data with a time which is 4 hours later as if its transposed to PST from the native EST.

 

Below I've entered an example:

 
Forms Results DataFlow Return Data
3/31/20 19:53:303/31/2020 23:53
3/31/20 20:37:384/1/2020 0:37
3/31/20 20:55:124/1/2020 0:55
3/31/20 21:06:054/1/2020 1:06
3/31/20 22:00:524/1/2020 2:00

 

This is a really straight forward flow, but this is also my first one. Maybe I'm missing something simple.

  • RobElliott Profile Picture
    10,166 Super User 2025 Season 2 on 14 May 2020 at 13:37:50
    Re: Microsoft Forms flow to Excel returns later date/time

    @RodM Microsoft products don't always store data data in the same format. The data in the top cell is in normal Excel date format although it actually stores it as an integer. The cell below it is in Universal Coordinated Time (UTC) format.

    Rob
    Los Gallardos

  • Community Power Platform Member Profile Picture
    on 14 May 2020 at 13:30:27
    Re: Microsoft Forms flow to Excel returns later date/time

    @RodM I have the same experience (as I think most users do) with the timezone issue.

     

    Many Microsoft apps, tools, and sites default to Pacific time unless otherwise formatted.

     

    It isn't very convenient for those of us in any other timezone, but it is reality.

     

    thanks,

    Kyle

  • RodM Profile Picture
    193 on 07 Apr 2020 at 16:49:25
    Re: Microsoft Forms flow to Excel returns later date/time

    Thank you for all of your help.

    I would appreciate some insight as to why the problem occurs in the first place, but I'm thankful nonetheless.

  • Verified answer
    v-alzhan-msft Profile Picture
    on 07 Apr 2020 at 05:06:45
    Re: Microsoft Forms flow to Excel returns later date/time

    Hi @RodM ,

     

    You could format the date time with expression below:

    formatDateTime(addHours(outputs('Compose'),-4),'MM/dd/yyyy HH:mm')

     

    If your problem is solved, please go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!

     

    Best regards,

    Alice       

     

    Community Support Team _ Alice Zhang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • RodM Profile Picture
    193 on 06 Apr 2020 at 13:36:22
    Re: Microsoft Forms flow to Excel returns later date/time

    This is now how the data is returned for the same flow:

     

    179564/6/2020 13:29
    179562020-04-06T09:29:03.0000000

     

    The data displayed is a weird format. Any more suggestions on how to get it to show as the top cell?

     

    Your help is greatly appreciated so far. Any understanding why any of this is needed in the first place?

  • v-alzhan-msft Profile Picture
    on 06 Apr 2020 at 01:45:25
    Re: Microsoft Forms flow to Excel returns later date/time

    Hi @RodM ,

     

    1.png

    Please refer to my screenshot and take a try again.

    2.png

     

    Best regards,

    Alice       

     

    Community Support Team _ Alice Zhang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • RodM Profile Picture
    193 on 03 Apr 2020 at 12:15:41
    Re: Microsoft Forms flow to Excel returns later date/time

    Capture5.JPG

  • v-alzhan-msft Profile Picture
    on 03 Apr 2020 at 01:25:10
    Re: Microsoft Forms flow to Excel returns later date/time

    Hi @RodM ,

     

    Have you add a Compose action to save the Date time?

    Please share the screenshot of the flow when the flow would run fail.

     

    Best regards,

    Alice       

     

    Community Support Team _ Alice Zhang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • RodM Profile Picture
    193 on 02 Apr 2020 at 16:27:12
    Re: Microsoft Forms flow to Excel returns later date/time

    The expression provided caused the flow to fail.

     

    Here is another screenshot of my flow:

     Capture4.JPG

     

     

  • v-alzhan-msft Profile Picture
    on 02 Apr 2020 at 01:34:01
    Re: Microsoft Forms flow to Excel returns later date/time

    Hi @RodM ,

     

    Please refer to screenshot below to create the flow:

    1.png

     

    Expression in the flow:

    addHours(outputs('Compose'),-4)

     

    Best regards,

    Alice       

     

    Community Support Team _ Alice Zhang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

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!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2

Featured topics

Restore a deleted flow
Loading started