Help!
I am running a Flow that copies data from a spreadsheet to a SharePoint list. By manipulating the text in the spreadsheet I am able to generate a string value that can be loaded into a SharePoint Date field.
String generated within Power Automate and stored in a variable: "1/1/1900 12:15 PM"
- Result when copied to SharePoint text field: "1/1/1900 12:15 PM"
- Result when copied to SharePoint date field: "1/1/1900 4:15 AM"
All of the date fields are - 8 hours from the string that is copied to them. Note: the same string variable is used to populate each field ...
I am perplexed to say the least.