Hi,
I am triggering a notification on teams if the campaign end date is less than today
But I am seeing the error message as mentioned below
Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The action(s) 'CampaignEndDate' referenced by 'inputs' in action 'Condition' are not defined in the template.'.'.Upgrade
Below are the column values in excel that are saved in workbook
formatDateTime(utcNow(),'dd-MM-yyyy') less than
formatDateTime(body('CampaignEndDate'),'dd-MM-yyyy')
Let me know if I am making any mistake here
Regards,
Sudheer