Accessing Booleans in tables
Quick question, when accessing Booleans saved in a table as condition I use a numeric expression right?
Best Answer
-
Armelline Posts: 5,397
Either string or numeric should work, but it's been a bit buggier when using string expressions, so using numeric is the safer option.
Answers
@Armelline thanks!