Control Arrangements From Airtable

How can I use blocks to make that if value is “True” of a column of Airtable, then the arrangement should be visible else it should be not visible?

1 Like

Very simple,

set visibility to false
Get Airtable cell,
When you get cell, compare value to what you want (true false, 1 or 0, yes or no). The compare can be logic, math, or text. If text use the “contains” method.
If what you want is met, then set visibility to true

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.