I have a table A and Table B.
A is parent of B
What I want to do is perform a quickbase API call API_DoQuery to get the records in table A with all child records, something like this
id, name child:[id, name]
how can I do that right now I only got the values in table A and a number in the relation field . What I need to do ?
Thanks.