Recurring task for Microsoft Planner using Power Automate

419 Views Asked by At

I'm trying to create an recurring event in Microsoft Planner using Power Automate.

I'm getting the following error message:

InvalidTemplate. Unable to process template language expressions in action 'Create_a_task' inputs at line '1' and column '11262': 'The template function 'uctnow' is not defined or not valid.'.

enter image description here

1

There are 1 best solutions below

0
Shane On

just your utcNow case is wrong, as per your example it should be:

addHours(utcNow(), 6)