Programmable Button Colors

In a way, generating new controls is possible by abusing canvas columns. E.g., here in this gif I’m creating new inputs; same could be done with buttons:

BTW you don’t need to resort to the Button() formula either; you can create buttons in the global namespace with canvas columns too.

Regarding actionBuilderOptions, I have no idea what that argument does. I never dug into what that was for; I guess something system.

P.S. For a mind-blowing example with dynamic buttons, you can see the “calendar UI” with buttons in a popup I built here:

Or this old thing:

3 Likes