web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Sharepoint List with C...
Power Automate
Answered

Sharepoint List with Calculated Field to Planner Task

(0) ShareShare
ReportReport
Posted on by 16

I am trying to create a workflow from a SharePoint list to a Planner Task.  The problem I am bumping into is that the trigger I'd like to leverage is from a calculated field.  Below are the two options I'm interested in - I'd be willing to go with whichever is easiest, but the calculated field is giving me problem (at least I think that's where the problem is).

 

Option 1:

  • Once a day, review the SharePoint list
  • Condition: If any items on the list are at 300 days since last review (the days column is the calculated field), create a planner task 
  • If possible, then send an email advising how many new tasks created that day (this part of workflow is not critical)

 

I've tried it both ways and it's not creating my planner  tasks.

 

Option 2:

  • Trigger:  If days since last review are at 300 days (calculated field), trigger creating a planner task
  • If possible, once daily send email summary with how many new tasks created that day (this part of workflow is not critical)
Categories:
I have the same question (0)
  • Verified answer
    tom_riha Profile Picture
    10,187 Most Valuable Professional on at

    Hello @jessfulks ,

    calculated fields are a problem, you shouldn't use the column directly, you should move the calculation into the Power Automate flow. You can't trigger a flow based on such condition, you'll need the option 1, a scheduled trigger.

    Then, in the flow, instead of checking if the calculated column has number 300, you can use Power Automate expression to achieve the same result. Check if today is 300 days from the review date, in form of a Filter Query:

    LastReviewDate eq 'addDays(utcNow(),-300,'yyyy-MM-dd')'
    
    that means LastReviewDate is equal today-300 (300 days ago)
    
    Notes:
    LastReviewDate is internal name of the SP column, it should be a date only column
    addDays(...) is an expression
    

    I wrote also an article on replacing calculated column with an expression if you're interested.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 550

#2
Valantis Profile Picture

Valantis 390

#3
11manish Profile Picture

11manish 348

Last 30 days Overall leaderboard