Skip to main content

Notifications

Community site session details

Community site session details

Session Id : HCPVGe6oJPPGtOqbWBvs9r
Power Apps - Building Power Apps
Answered

how to catpure the date submit date and time into SP list?

Like (0) ShareShare
ReportReport
Posted on 6 Apr 2021 08:35:40 by 1,994

Hi Can I know how to capture the date and time when the user submit the form?

 

SP list column date submit

 

Thanks

  • Community Power Platform Member Profile Picture
    on 14 Jun 2022 at 07:00:26
    Re: how to catpure the date submit date and time into SP list?

    just create a column called as submitted date and in the workflow in that submitted column give utcnow

    hope this helps!

  • bbsin Profile Picture
    1,994 on 06 Apr 2021 at 08:53:49
    Re: how to catpure the date submit date and time into SP list?

    Thanks RuseelThomas settled. 🙂

  • bbsin Profile Picture
    1,994 on 06 Apr 2021 at 08:52:32
    Re: how to catpure the date submit date and time into SP list?

    Thanks PVosEska

  • PVosEska Profile Picture
    329 on 06 Apr 2021 at 08:46:56
    Re: how to catpure the date submit date and time into SP list?

    Hi @bbsin ,

     

    You can grab properties from the forms last submit by using the <formName>.LastSubmit.<FieldYouNeed>

     

    You could patch this into another list if that was what you needed:

     

     

    Patch(
     SecondList,
     Defaults(SecondList),
     {
     'date submit':<your form>.LastSubmit.Created
     }
    )

     

    where;

    - the secondList is the name of the list you want to patch it to,

    - Defaults(SecondList) creates a new item in that list,

    - 'date submit' is the field you want to insert,

    - <your form>.LastSubmit.Created is the Created date of the last submitted form. 

     

     

    Let me know if you need more help!

    Regards,

     

  • Verified answer
    RusselThomas Profile Picture
    4,012 on 06 Apr 2021 at 08:45:15
    Re: how to catpure the date submit date and time into SP list?

    Hi @bbsin ,

    One of the things I love about using SharePoint is that it already captures this information for you in the following built-in columns;

    • Created (datetime - when an item is first created)
    • Created By (person)
    • Modified (datetime - when an item was last edited)
    • Modified By (person)

    There are other super handy columns as well, but this should do for you.

    They are hidden on SPO by default, but they will be there - so if you can't see them in your SharePoint list, click on an existing column header and select 'show/hide columns' then select the relevant columns from the list that pops up.

     

    If you absolutely have to create and store your own timestamp, you can add a date/time column and set it to include Time, then in your app add the field to the form and hide it so the user can't see it.

    You can then set it's card Update: property field in the corresponding Form to 

    Now()

     Hope this helps,

    RT

  • bbsin Profile Picture
    1,994 on 06 Apr 2021 at 08:45:14
    Re: how to catpure the date submit date and time into SP list?

    Thanks  for your help

  • WarrenBelz Profile Picture
    146,889 Most Valuable Professional on 06 Apr 2021 at 08:40:05
    Re: how to catpure the date submit date and time into SP list?

    @bbsin ,

    The Now() function returns the current Date and time, so you could have a card on your form with this as the Default.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 48 Most Valuable Professional

#2
mmbr1606 Profile Picture

mmbr1606 41 Super User 2025 Season 1

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 36

Overall leaderboard