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 Apps / Sharepoint List Date b...
Power Apps
Answered

Sharepoint List Date based on column inputs

(0) ShareShare
ReportReport
Posted on by 72

I have created a process build tracking app and merged the data collection to my Sharepoint list. 

I am having multiple input forms requiring multiple inputs from user along the build process. 

In the background I want the Sharepoint list to populate the Date and Time in (column B) based on the time that I put my Input in Column A. 

On a high level, Column B to display time as soon as Column A is populated. 

Categories:
  • Sanguine Profile Picture
    29 on at

    You can create a lookup column within SharePoint and set it as a Date data type.  For the formula, just do =NameofColumnA and format it as Date Only.  For your high level, you can have the format as Date & Time.

  • ATUFAILHAASAN Profile Picture
    72 on at

    Could you add a few pictures on what you exactly mean by the Lookup column. 

    How can I input the formula to the Column?

  • Sanguine Profile Picture
    29 on at

    Sure.  If you're in the list settings, click on "Create Column".  From there, you can select what type of column it is.  This will be a "Calculated" Column, which pulls data from another column.  Once you select it, you can set what you want from it.  You just need to hit = and then double click your Column A.  From there, click "Date and Time" as a data type.  If you don't want it to be on the default view, you can uncheck that box.

    Sanguine_0-1655488422629.png

     

  • ATUFAILHAASAN Profile Picture
    72 on at

    I tried it your way but it does'nt seem to work. It is giving out the copy of the Text from previous Column.

    ATUFAILHAASAN_1-1655490231228.png

    ATUFAILHAASAN_2-1655490453506.png

     

     

     

  • Sanguine Profile Picture
    29 on at

    Are you looking to get the date of when "Passed" was entered?

  • ATUFAILHAASAN Profile Picture
    72 on at

    Yes

  • Sanguine Profile Picture
    29 on at

    Sorry, I had misunderstood what you were looking for.  For this, you'll likely need to use Power Automate.  Laura Rogers is awesome at this sort of stuff.  https://wonderlaura.com/2020/08/25/flow-when-a-sharepoint-column-is-updated/comment-page-1/

  • Verified answer
    v-yujincui-msft Profile Picture
    Microsoft Employee on at

    Hi @ATUFAILHAASAN ,

     

    Maybe you could try as follows:

     

    1. Select the submit icon and apply the following formula on its OnSelect property as:

    SubmitForm(Formname);Set(passdatetime,Now())

    2. Select the Form Control and apply the following formula on its OnSuccess property as:

    If(LookUp(datasource,Formname.LastSubmit.ID=ID).'End of Line (EOL)'.Value="Passed",Patch(datasource,Formname.LastSubmit,{'EOL Record Date':passdatetime}))

    vyujincuimsft_0-1655717099731.png

     

     

    Best Regards,
    Charlie Choi

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 383 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 356

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard