Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Apr 20, 2022 08:49 AM
Hi there!
I have a slight feeling I might need to use scripting for this but I am NOT a javascript trained human.
I am trying to take the sum of the $ amounts in “January Birthday Notifications” and place it in the “January Balance” field. The trick here is… I need to do this for each month so efficiency is really important to me, haha. Any help would be greatly appreciated! Thanks so much!
Apr 20, 2022 08:51 AM
For Clarity, January Gift Notifications formula is a CONCATENATE of all roll-up fields of important dates associated with the month of January (Work Anniversary, Birthday, Appreciation gifts, etc.)
The goal here is to send an email with the month’s notifications AND total balance.
Apr 20, 2022 09:52 AM
Then shouldn’t you just use another Rollup field with the SUM(values) aggregation for whatever field the dollars are pulling from?
Apr 20, 2022 09:56 AM
I was thinking about doing this… But it’s soooo much manual work and sooo many columns (I know I am going to hide most of them, but it still hurts), haha
Apr 20, 2022 10:01 AM
Why? I’m envisioning a single “Amount” column. Without more information on the table your rollups are pulling from I can’t tell if that table is terribly inefficient or you have a genuinely unique use case.
Apr 20, 2022 10:18 AM
It could be either, honestly. Part of the limitation is that I can only roll-up one column at a time; I can’t roll up for multiple events (i.e. Birthday, work anniversaries, etc.) all at once. Here’s an overview of what I have set up and what I’m trying to accomplish:
Step One: Gift buyer fills out a form with details on what events they’d like to gift for and what their budget it. This generates a prefilled link to a form on the “recipient” table for them to send to their team or clients (the people they are giving gifts to)
Step Two: Recipient fills out the form with their Birthday and work anniversary and this automatically connect them to their gift buyer table so that I can create roll-ups.
Here is one of the field formulas that pull over on the roll-up I mention in the next step:
Step Three: I need to send the buyer an overview of their gifts for the month (birthdays, anniversaries, recurring appreciation gifts, etc.).
Here are some of the million roll-ups I already have (they are conditional roll-ups so I could organize by month):
Here is my Notifications formula:
Apr 20, 2022 10:28 AM
It’s also worth noting that I initially wanted to put these notifications on a separate table organized with a row for each month but that doesn’t appear to be possible since we can’t update records on a separate table in automation.
This is what I originally envisioned/wished for:
Apr 20, 2022 01:01 PM
Yes you can, if you know which records need to be updated. I.e. if your records are linked together properly.