I have a doc from where I want to send a message to a slack channel every morning if there are new updates. I know about the pertinent updates using table filters, so that’s not a problem.
However, in the automation setup, I see there is the daily send, and upon rows changed send. What I would like is an ability to put an if clause into the daily send:
if (Table.count() > 0, Slack:: …, Do Nothing)
Anyone know how to express this?