I am trying to learn to use automations to update 2 summary tables so I do not have to keep copying and pasting every time I update a table.
Table for new record: Donations. Summary Table: Donation Totals Yearly Summary Report.
The two table are linked by the Donation Date primary field in the Donations table. The summary table linked field is called Donation Table.
Let me summarize what I think I need to do to accomplish this. I need to create a trigger that says When a Record is Created in the Donations table. This tests fine.
Then when I create that record in the donations table I need to have an action happen. I have chosen the Update Record in the action. That action is to update the Donation Totals Yearly Summary Report table/Donation Table field with the contents of the Donation Date field in the Donations table.
To do that I need to choose the Update record choice in the Action type field of the automations screen. Then choose the Table in the configuration section. I have chosen the Donation Totals Yearly Summary Report table.
Then it asks for the Record ID. This is where I am stuck. I do not understand what it is looking for. I have tried copying the field URL for the field in Donations and the field URL for the field in the summary report.Neither works. I have also tried to copy the record id from th trigger test. That does not wrk either. What am I missing?
I find this very frustrating. It cannot be this hard. Can anyone provide a little clarity here?
Thanks, Scott