Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Send annual reminder to review list item

(0) ShareShare
ReportReport
Posted on by 7

Hi all, I'm new to flow and I'm trying to set-up one that will email a named owner of a list item to review the item based on the date they entered as last signed off "date completed/last updated" column.

 

So far I have the following - where the condition is:

formatDateTime(addDays(utcnow(),-365),'dd-MM-yyyy')

 

RobJ2_0-1592928783709.png

The email goes but I get the error "Unable to process template language expressions for action 'Condition' at line '1' and column '2842': '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"

 

Help please?

  • v-bacao-msft Profile Picture
    on at
    Re: Send annual reminder to review list item

     

    Hi @RobJ2 ,

     

    This is the expected result, indicating that the current item does not meet the conditions set in this condition, so the result is false. Then the action in the If yes branch will not be executed.

     

    Best Regards,

  • RobJ2 Profile Picture
    7 on at
    Re: Send annual reminder to review list item

    Thanks Barry - the flow now runs successfully and sends the email for those requiring review 🙂

     

    However, if I drill in to the flow checker there is still an error (?)

    RobJ2_0-1592988445991.png

     

  • Verified answer
    v-bacao-msft Profile Picture
    on at
    Re: Send annual reminder to review list item

     

    Hi @RobJ2 ,

     

    Please try to refer to the following configuration:

    108.PNG

     

    Best Regards,

  • DeepakS Profile Picture
    2,301 Most Valuable Professional on at
    Re: Send annual reminder to review list item

    Hi @RobJ2 

     

    The error that you getting is because of date column may be empty, so you should check if is is empty before comparing it .

    Also i would prefer following format:

    formatDateTime(addDays(utcnow(),-365),'yyyy-MM-dd')

     

    Regards,

    DS

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1