Dynamic header or list of button

hello, i have posted this doc before in the community but right now im facing an issue idk how to fix it… just to understand the issue … this is what i wanted i have provided it in the right side just to understand my end goal… so right now these


are buttons in canvas and with the inline formula it become like dynamic synced header and i want to do that with the other table

but when i try to do the same in another table but button field it fails to list all the buttons near each other

i hope this can be solved some how… so all i want is the list of the left buttons to be in header style like the one in right

here is the doc link :

thanks

Hi @SALEM_MALIBARY ,

You can’t concatenate normal buttons, so you have two options:

  • Put the button in canvas column like the table from the right in your doc
  • Use the button() formula to create the buttons which can be concatenated. This is what I added to your doc.

The button() formula is extremely useful but experimental, you need to be aware of the risks: A somewhat of a documentation of hidden formulas [Added mechanics of nested buttons]

Hope this helps,

Pablo