Seems like a simple problem but I couldn’t find any relevant topic here. So the question is simple: is it possible to somehow, for instance, uncheck a checkbox on canvas using an automation rule or a button?
Hi @miller this is not possible. If you want to do this, you can create a single column/row table, hide column names, row title, etc and then reference it via formulas.
I recently swapped out quite a few canvas controls for table controls because they required the ability to be programatically changed, as requested in this post.
I realized an additional minor disadvantage with this approach, which is that the control no longer shows in the Doc Map as “Referenced By”. This makes design and refactoring more tedious because there is no reference list of which objects are subject to the table control.