I wanted to have an "IF" condition that checks if the "Matched with" column in my excel sheet has a value inserted or it's blank. That value will be different for each row and I want the email to be sent only if there a value in the "Matched with" column for each row. How can we create this IF condition?
This is what I have so far but it does not seem to work.
Hi @slambos,
Do you want to send an email if the 'Matched with' field is not blank?
Please configure the condition as below:
Note that you should just keep the 'Matched With' field in the left tab of the condition and write the null in the expression bar of the right tab of the condition and click the update button.
@slambos : sorry, while adding the expressions, please use the dynamic content option so the expression gets resolved.
I don't have the "Advanced mode" option. I tried to do it this way instead but it did not work. @devendraVelegan
@slambos Please refer to the example below.
After the action List rows present in a table, add a condition with the following code in Advanced mode:
@equals(empty(items('Apply_to_each')?['Matched with']), bool('True'))
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1