I am fairly new to Power Automate and am having some difficulty in creating a scheduled daily archive flow for one of my clients, in particularly in finding if a date field is more than one year old from the current date. My logic is below, and any help would be greatly appreciated. Field Names are in bold, and I also have two different content types in the list which both have slightly different logic.
Content Type = Event1
If "Event Completed" = Yes AND "Client Account Updated" is more than one year old
OR
If "Cancelled" = Yes AND "Modified" is more than one year old
Content Type = Event2
If "Event Completed" = Yes AND "Client Account Updated" is more than one year old
OR
If "Cancelled" = Yes AND "Modified" is more than one year old
OR
If "Take No Action" = Yes AND "Modified" is more than one year old
Solved! Go to Solution.
Hi @Sam12 ,
I assume that Content Type is a choice field and Event Completed/Cacelled/Take No Action are all Boolean fields.
You could refer to the following method to configure flow.
Besides, please check this blog and get more details about powerful condition:
https://flow.microsoft.com/en-us/blog/build-more-powerful-conditions-in-flows-and-more/
Best Regards,
Hi @Sam12 ,
I assume that Content Type is a choice field and Event Completed/Cacelled/Take No Action are all Boolean fields.
You could refer to the following method to configure flow.
Besides, please check this blog and get more details about powerful condition:
https://flow.microsoft.com/en-us/blog/build-more-powerful-conditions-in-flows-and-more/
Best Regards,
Thanks @v-bacao-msft - that is very helpful.
Upon testing this, it looks like due to how old this data is, there are lots of items that are blank for the Client Account Updated field due to this being a fairly new field. I am therefore getting the below error message:
InvalidTemplate. Unable to process template language expressions for action 'Condition_3' at line '1' and column '2805': 'The template language function 'lessOrEquals' expects two parameter of matching types. The function was invoked with values of type 'Null' and 'String' that do not match.'.
How would we therefore change the logic to match the below:
If "Event Completed" = Yes AND "Client Account Updated" is more than one year old OR is blank/null
OR
If "Cancelled" = Yes AND "Modified" is more than one year old