I have a few formulas I use for frequently-referenced blocks so that I can add them multiple places and continue to edit them after the fact. These blocks are stored in the canvas column of a table.
One of them includes buttons.
As of the past few weeks, these buttons do not render until the formula block is clicked on. (these are proper button objects, not created with the unsupported button() formula)
Before Click:
After Click:
The formula:
Concatenate([Ω Global_Blocks].Filter(Name="QuickAdd").Block_Content)
Would love help in getting these to generate automatically.