I’m wondering how I should get values from fields based on record IDs?
I have a table called customers with a record created by record_id() formula. How can I get the value of say an email address or billing address if I know the records ID in a different table?
Or am I thinking about this wrong somehow?