Hi!
Im getting crazy here.
I have a flow that is a reacurrence.
Every task that moves to a certain bucket in this case hardware sent to customer. If label is yellow then run the rest of the flow where it finds the actual task and changes the label to green and fetches the email inside the notes.
But condition doesnt seem to work anymore, it has in the passed, i have tried filter array aswell, but can only match the bucket, but not the yellow label. Allways get no output:
@and(equals(item()?['bucketId'], 'xxxxx-xxxxxx-xxxxxx-xxxxx'), equals(item()?['appliedCategories']['Yellow'], true))
any ideas on how to based on condition certain bucket and yellow label so that I can extract the email from the task to automatically send email to fetched email?