HI All,
What happened to the complex conditions in FLOW?
All I have now is the basic with an add button to add more basic conditions!
I create flows for when items are created or modified.
I use a condition where modified = created for new items. (And of course I have to convert to my timezone)
then I use complex conditions where I test for empty columns to send send out update alerts.
I can have 5 or more alerts sent in one FLOW.
--New items go to a group
--updated items go to another group when some column is updated
--updated items go to other groups based on other updated columns. ...
I tried to use the new basic "where sent to is not equal to" and I left the criteria blank, but that didnt work. it sent even when the column was blank.
then I tried where not equal to '' also failed like leaving empty!
Can someone please tell me how to do the below in the new basic condition?
@and(not(empty(triggerBody()?['DateSent'])),not(empty(triggerBody()?['DateSentToTax'])),empty(triggerBody()?['DateSentTo']),empty(triggerBody()?['DateReviewedByTaxDept']))
Thanks,
Joe