Hello , I hope someone could guide me in order to fix this issue.
I'm getting the start date from a Get Calendar View Event
Intended action: Create new SharePoint List item when previous list item is marked completed, plus 'number' of days for next due date. That works as expected, the issue is I format the due date in line with the desired result and still receive the error.
I have added the following expression and I am still receiving the error.
formatDatetime(outputs('ComposeDueDate'),'yyyy-MM-dd')
The output from the above expression is 2023-07-28
The input received in the following action is the exact same.
Appreciate any asistance!
Thank you. This work´s
Hi @Sbassmed ,
Just compose date like this and add its output into your date time field:
formatDateTime(item()?['start'],'yyyy-MM-dd')
Community Support Team _ Wenjuan Zou
If this post helps, then please consider Accept it as the solution to help the other members find it.