Dynamic header or list of button

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