Hi there,
I have a “send” button on each row of my table, which uses the Gmail pack. It works as expected to send the whole table using this formula for the content:
[The Current Nolte Team]
However, I want the button to only send the current row. Something like this (but this does not work):
[The Current Nolte Team].Filter(thisRow)
How can I achieve this?