Good afternoon,
I’m trying for the first time the Coda Automations, I’m not a developer so I make a simple use of it. I created an automation that send an email with the Google Pack if a condition is met.
The condition is that there are less than 30 days left until an event.
So the automation will send by email a simple string of text that say “Attention to this event:”, I’d like to list on the message body (by the formula insertion @) the Event Name that match this condition (true).
I tried several ways (ThisRow, ContentValue, Concatenate) but couldn’t find the correct formula.
Probably not being a developer I done some syntax error, can anyone recommend me the formula to insert between the plain text? Thank you very much, surely it is a trivial thing for you, but while I managed to write the “IF” condition to calculate the remaining days, I was unable to create this simple data printout with the name of the Events (for the “THEN” action).
After your initial “PAY…” text hit the “=” sign which will pop up the formula window. You’ll enter this:
Events.Filter([Send this in Notification]=true).BulletedList()
The area in [Send this in Notification]=true part is what ever your condition is. You can format the events returned from the filter in anyway you want. I’ve just created a bulleted list but if you want to get crazy you can use the ForEach formula to iterate through each event and construct a custom event line text/links.
Great Ryan, thanks so much.
I didn’t notice the double filter, “I saw it as a path”
Now it works, it was nice to receive answers certainly banal for a developer but useful for a simple user. That’s a community