Passing date into Flow as parameter throwing error for SharePoint date column.
PowerApp Code -
Text(DataCardValue13.SelectedDate,"[$-en-US]mm/dd/yyyy","en-US")
Error - string 'mm/dd/yyyy/' does not validate against format date,
In flow I've also used formatdatetime.
Code - formatdatetime(triggerBody()['Updatefileproperties_EndDate'],'mm/dd/yyyy')
But same result.
Any thoughts on this..?
Appreciate your reply on this.
Thank you.
ananda