Spend last couple hours trying to figure out.
If there a way to compare empty array?
If Ture → Do Nothing
(Empty)False → Do Something
Spend last couple hours trying to figure out.
If there a way to compare empty array?
If Ture → Do Nothing
(Empty)False → Do Something
Hi @Victor_Tong
You are checking a boolean value. This is probably where it is going wrong. Try using the string condition.
Also you can probably use the option “is empty” or “is not empty”.