Skip to main content

Link id to Value (API output)

  • September 23, 2018
  • 1 reply
  • 14 views

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

1 reply

Forum|alt.badge.img+3
  • Participating Frequently
  • 586 replies
  • September 23, 2018

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.