According to the API docs, it should be possible to set a rollup field using the REST API.However, if I send this:{
"name": "Total Points",
"description": "Automatically calculated total points for each user",
"type": "rollup",
"optio...
I am trying to achieve the following:A "Points" table that stores usernames and points associated with themA "Leaderboard" table that aggregates all points for the users, i.e. sums up the points for each userI set up the Leaderboard table first where...
Hi Alexey,I tried this approach. However, it won't link the field to the primary key of the target table. Instead, it reports yet another field ID as the inverseLinkFieldId. In the Airtable UX, I cannot select any of the records of the target table e...