I am using a form to create a new entry in SP List.
In my SPList, there are two columns with Date and Time : "Sign in Time" "Sign Out Time"
I want to have all the column information beside "Sign Out Time"
I have my custom card and I made the Default value as Now()
However, once I submit it, the "Entry Time" Column is empty and does not record current time.
I was wondering if there is an easy way to fix this.
I am also thinking of using patch function to update the time immediately when form is submitted.
But I am not sure how to retrieve other user input data such as (building, company, etc.) to select the correct data to modify with patch function...
Could someone give some tips for a powerapp newbie?
Thank you
Hi @Anonymous - I am probably misunderstanding things here, but why do you need to create a custom card instead of simply adding the Entry Time field into the Form from your data source? You can then unlock the Entry Time card, and set the default property of the Data Card Value to Now(), as well as set its DisplayMode property to DisplayMode.Disabled.
------------------------------------------------------------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.
If you like my response, please give it a Thumbs Up.