Hello,
I am new to power automate and still learning. I have this problem when it comes to using Filter Array.
In my flow, I tried to filter using OR because I have two conditions:
1. Table in the email shows Days column which value is positive
2. Shows Days column which value is greater than -10
When I wrote the condition like this, it successfully shows the positive value but failed to show the value between -10 and 0.
@or(not(contains(item()?['Days'], '-')),greaterOrEquals(item()?['Days'], '-10'))
This is a bit of my flow, filter Department is only for filtering people I want to send the email to.