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 / IF Statements in Share...
Power Automate
Answered

IF Statements in SharePoint List

(0) ShareShare
ReportReport
Posted on by 34

I have created a flow within Power Automate that when a Form is submitted it creates an entry into a SharePoint List. Once the entry has been approved a new entry is created in a new SharePoint List, which in turn creates another item in another list (confused, I am).  I am trying to create an IF statement based on the following criteria using the following Column Headings - 'Last review date', - 'Residual Score' & 'Next review date'.

 

What I would like to happen is:

  • If the Residual Score column value is 16 or over - then the Next Review Date Column needs to be automatically populated with the date 3 months later from the last review date
  • If the Residual Score column value is between 8-15 - then the Next Review Date Column needs to be automatically populated with the date 6 months later from the last review date
  • Anything score 7 or below then the Next Review Date Column needs to be automatically populated with the date 12 months later from the last review date.

Robin_White5133_0-1661859836703.png

 

 

Is this in the art of the possible or am I trying to run before I can walk.

 

Any advice would be greatly appreciated. Thanks in advance.

Categories:
I have the same question (0)
  • annajhaveri Profile Picture
    8,531 Most Valuable Professional on at

    @Robin_White5133  are you trying to create expression for all three conditions? or are you adding condition actions to your flow to check the conditions? 

  • Verified answer
    Robin_White5133 Profile Picture
    34 on at

    Hi Anna

     

    I managed to sort it out and used the following formula:

     

    =IF(AND(ISBLANK([Residual Risk Score]),[Date Last Reviewed]<1),"",IF([Residual Risk Score]>15,DATE(YEAR([Date Last Reviewed]),MONTH([Date Last Reviewed])+3,DAY([Date Last Reviewed])),IF(AND([Residual Risk Score]>7,[Residual Risk Score]<16),DATE(YEAR([Date Last Reviewed]),MONTH([Date Last Reviewed])+6,DAY([Date Last Reviewed])),IF([Residual Risk Score]<8,DATE(YEAR([Date Last Reviewed]),MONTH([Date Last Reviewed])+12,DAY([Date Last Reviewed])),""))))

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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 251 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 239

#3
Expiscornovus Profile Picture

Expiscornovus 220 Most Valuable Professional

Last 30 days Overall leaderboard