I probably wouldn’t use ‘1’ or ‘2’. It’s possible that the value is actually zero on your phone. I don’t really like using an increment as a switch value. To me it’s much too vulnerable if the increment somehow sets your value to 0 or 3 or 4. Instead, I just create a user specific boolean column. Then I have the action set up to check if ‘true’ then set ‘false’ else set ‘true’. Just be sure to only check for ‘true’ or ‘not true’ in actions and in your IF column. Booleans can be blank, false, or true. So it’s safer to check for true or not true instead of ever checking for false.
5 Likes
HI @Jeff_Hager !!
I have tried that too… none of those seems to work.
Stay static (GRAY).
Guys !! It works now.
Omg… I ganged a bite the action.
- IF “IF.SHOWN” is true changed to false
- SETCOLUMNS
ELSE change “IF.SHOWN” to true
- SETCOLUMNS
“IF.SHOWN” is also an user-specific column.
Thanks for the support guys !!
3 Likes
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.