Apr 29, 2024 06:14 AM
Airtable ascript code was written in airtable to retrieve record information from table A with the email address as the key, add up the points associated with the same email address, and then store the combined value in the aggregate column of the record associated with the email address in table B.
The Airtable Script test passes without any problems, but when I actually update Table A, no values are reflected.
Additionally, no errors are generated and no error log is displayed.
Could someone please lend me some wisdom?
Apr 29, 2024 09:14 AM
Apr 29, 2024 07:00 PM
I'd recommend reading the documentation: https://airtable.com/developers/scripting/api
A lot of the code you're shared doesn't match existing functionality or syntax, e.g. "update" instead of "updateRecordAsync"
Apr 29, 2024 09:29 PM
Thank you for your reply.
I had already tried Rollup.
If you use Rollup, I think you need to manually enter the values of the fields to explicitly put the relationship with the other tables.
I was considering using the Airtable script because I wanted to avoid manual input.
If it is possible to use Rollup automatically, it would be helpful to know how to do this.
Apr 29, 2024 09:30 PM
Thank you for your reply.
As a premise, I am neither a programmer nor an engineer.
Therefore, I use AI tools when writing such code.
Well, I will refer to the documentation on that.