Hi All,
I have following Sharepoint online list.
I tried
formatDateTime(triggerBody()?['EndDate'],'dd/MM/yyyy')
Solved! Go to Solution.
Hi @Vidanaw,
Do you still have the issue?
It may be caused by the column "EndDate" was renamed, could you find the value of EndDate in the trigger output? If you can, you could use that column name associated with EndDate in the expression.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I think I ran into the same issue before.
Try formatDateTime(body()?['EndDate'],'dd/MM/yyyy').
Hi @Vidanaw,
Do you still have the issue?
It may be caused by the column "EndDate" was renamed, could you find the value of EndDate in the trigger output? If you can, you could use that column name associated with EndDate in the expression.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.