Hi,
I've been searching for ages on how to solve this, really appreciative any help.
I've been updating SharePoint via PowerApps and PowerAutomate, using Shane Youngs video as a guide, which was great. It all worked fine, the file was uploading and the fields were being updated until I tried to pass a date through with the datepicker. I just used the Dynamic Content "Ask in PowerApps" for all the file properties (which worked) except for the Date fields. The flow doesn't run at all now, not even a failed run, just nothing.
This is what I have in PowerApps:
Set(VarBase64Only,Mid(VarDemoAttachmentControl,Find(",",VarDemoAttachmentControl)+1,Len(VarDemoAttachmentControl)-Find(",",VarDemoAttachmentControl)-1) );
Set(varFileLink,'Copyof-EasyUpload'.Run(Last(AttachmentControl.Attachments).Name,VarBase64Only,SeniorManager.Selected.,FunctionDropdown.Selected.Value,DepartmentDropdown.Selected.Value,Approver.Selected.DisplayName, ,IssueInput.Text,Criticality.Selected.Value,ReviewPeriodInput.Text,DatePicker1.SelectedDate).sharepointfilelink);Reset(AttachmentControl)
The properties for DatePicker1 is set to Local, the SharePoint timezone is set to UTC,Edinburgh, Lisbon, London (i'm in the UK) and the Locale is set to "English".
I've tried using PowerAppsV2 but had another issues, so i'd like to stick with this version.
Really appreciate any help.