Hi,
I have a query in Power apps.
I am connecting the excel to power apps, one of my column is timestamp to records when the user made changes.
I am recording the timestamp when a data is saved. The code i used is listed below.
DateTimeValue(Text(DateValue(Now()),"yyyy-mm-dd") & "T" & Text(TimeValue(Now()),"hh:mm:ss"))

The output data for the above code is.

I am getting a run time error. I have herewith attached the screenshot below,

Is there a solution for this?