Skip to main content

Hello –


Is there a way to output the values on a linked fields as opposed to the ref id?


For ex: the .get_all() python wrapper function returns the ids only. Can it return the values from the linked table? Is there an easy way to do this?



Thank you

You will want to add a lookup field into your table…


“A lookup field allows you to look up a specific field in a linked record.”


Check out this link.



Reply