I'm fairly new to powerautomate. I'm confused on how to implement conditions. I have 4 columns in SharePoint list.
"OverallStatus", "ComputerStatus", "TelephoneStatus", "DoorStatus"
Using power automate condition I need to make a decision.
Scenario 1: If ("ComputerStatus", "TelephoneStatus", "DoorStatus") are true then "OverallStatus" is "Approved"
Scenario 2: If any of the three ("ComputerStatus", "TelephoneStatus", "DoorStatus") are false then "OverallStatus" should be "Rejected"
Scenario 3: If any of the three ("ComputerStatus", "TelephoneStatus", "DoorStatus") are True or "empty/null" then "OverallStatus" to be "Approved"
Scenario 4: If any of the three ("ComputerStatus", "TelephoneStatus", "DoorStatus") are False or empty/null then "OverallStatus" to be "Rejected"
I'm not able to figure out how to put together the AND OR combination in the condition. If someone could please place a screenshot of how this can be achieved would be great.