Hi Folks -
I'm attempting to add an additional filter to a flow that runs fine filtering items from a SharePoint list with just one filter (to check for expiration date) - but I'd like to also add in another to ensure that another field (Expiring Action - a choice field in the same list) is NOT EQUAL to "Let it expire". I've tried to combine the filter query with the first condition and appending:
and expiringaction ne "Let it expire" - but it doesn't seem to work.
How do I go about combining filter criteria to accomplish this?

Thanks so much!
V/r,
Noah