Add Row Button Adds Blank Group

Hi Team,

I have three groups in a table, that are on a larger list, when I add a row using a button it adds a blank group. How do I get the row to add to the current group?

All the best,

Ivan

Hi @Ivan_Barge,

in the button’s formula, try this:

thisTable.addRow(
  [your columns...], [your values ...],
  Group, thisRow.Group
)

Let me know if this works.
Otherwise, if you can share your doc would help to better dig into.

Cheers!