The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
I’m using the curl API to pull json data from a table linking to records in a secondary table.
I have a working function that pulls down and parses both tables. It then uses the record ID listed in the main table and plugs in the corresponding data i...
I think that single record method is a good one. If my table were only ever referencing records from one other table at a time. But I want to build this system that might have one column referencing one table, and another referencing another. Your me...
Thanks openside. That could work. I was also just thinking about putting the name of the secondary table in the name of the linked record field.
I guess they’re both open to user error. But it’s better than nothing.