I have used the same function for a text label and a text input control. But the returned values are different. I have two questions:
1. Why are the formats different if the expression is the same? (The only difference with the top one is that it has a prefix of
"Date/Time: " & ) - I literally copied the expression from the top text box to the bottom one, and only deleted the prefix.
See screen shot below to understand what I mean by variance :
--Label has regular time,
--Input Box has military time, and
--Label has AM PM and Input Box doesn't
2. Is there anything special I need to do in order to submit the input value (bottom one shown in image) to a date column in SharePoint (right now it doesn't seem to be working)?
Notes:
--We are using these dates to log items from paper (so we can't use created and modified times on SharePoint)
--I'm not using the Power App templates, I'm patching the data down to SharePoint. i.e. Patch() function.
Thank you in advance for your help.
