Hi, I would like to "update item" sharepoint using flow. For this i created a flow as when button pressed in powerapps . I want to update date, lookup, timestamp fileds.
How to set the date format in powerapps to supply the data?
I am facing below error.
APPROVE/REJECTBUTTON.Run failed: { "error": { "code": "TriggerInputSchemaMismatch", "message": "The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'String '9/28/2020' does not validate against format 'date'.'." } }
Kindly help me to resolve this.