Is it possible to update the lookup filed on a linked table via the API?
I have a projects table. An a people table.
O the projects table I have a lookup field that grabs the first name from the people table.
Using the API, would I be able to change the name by simply updating the lookup field on the projects table?
Thank you!