Hello,
I am having difficulties obtaining a time stamp with the following attributes:
[$-en-US]mm/dd/yyyy hh:mm:ss
Example: 2/19/2020 15:49:55
I want the time stamp to read out to the second in my Excel data source. Here is the OnSuccess formula I am using currently:
Patch(
Table2,
CheckOutForm.LastSubmit,
{'Time Stamp': Value(Now(), "[$-en-US]mm/dd/yyyy hh:mm:ss"), 'In or Out': Text("Out")}
)
Any help would be greatly appreciated!