Hello hello
So I would like to use a text input box in Powerapps to update a date column in Sharepoint. I realize this sounds silly, but it is just ideal for us. However I cannot seem to get the Patch expression to be able to accomplish this. Any tips? I tried this:
Patch(
'Vehicle Hold Times',
ThisItem,
{'Time IN': 'Textinput_TimeIN'.Text}
)
Solved! Go to Solution.
Am facing a serious problem with DateValue('Textinput_TimeIN'.Text), as per my SQL Table the Data is in "YYYY-MM-DD" format and when I fetch the data from SQL to Powerapps am receiving the Values as "MM/DD/YYYY"(may be due to SQL Server Sytem Date configuration) and I used Text function to convert to "YYYY/MM/DD" and when am passing the value to date field I got text Conversion error and I used DateValue to convert Text to Date Format and system is converting the DateFormat automatically to "MM/DD/YYYY", I want to convert the Text to DateFormat in "YYYY/MM/DD" Format, any Suggestions would be appreciated.
Thank you in advance for all.
User | Count |
---|---|
254 | |
106 | |
96 | |
50 | |
39 |