EQ(A, B)
will make the field visible when the variables meet the condition (A=B) and invisible when the opposite is true (under the hood it will return logical "1" and "0" correspondingly)Dynamic value
input (1) that may receive any value. After we've added it, it automatically appears in the modal window where we can reference it (2).email
, or values from specific fields from selected rows in the "Table" UI component.=elements.Customers["0"].selected_item.email
=EQ(elements.Customers["0"].selected_item.status, "active")
=elements.Quantity.value >= 1
=IF(EQ(user_properties.Access, "readonly"))
=AND(elements.Active.value, elements.Quantity.value)