Skip to main content
Solved

Maintaining formula and linking records

  • June 20, 2020
  • 2 replies
  • 30 views

I wrote a formula that converts options chosen from a multi-select list into a string and appends the responses when “other” is selected. I want to take the resulting comma separated string and convert them into links to connect to other records. Is there any way to do that without disrupting the formula? Or is there a way to continually copy the contents of column A into column B while being able to link column B to other records?

Best answer by ScottWorld

Formulas can’t be used as links to other tables. Only linked record fields can be used to link to other tables, and those linked record fields must be set manually.

So yes, you’d have to manually copy & paste individual multi-select values into your linked record field to create links.

But your better option might be to turn your multi-select field into a linked record field, so you’re creating the links as you choose the options.

2 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • Answer
  • June 20, 2020

Formulas can’t be used as links to other tables. Only linked record fields can be used to link to other tables, and those linked record fields must be set manually.

So yes, you’d have to manually copy & paste individual multi-select values into your linked record field to create links.

But your better option might be to turn your multi-select field into a linked record field, so you’re creating the links as you choose the options.


  • Author
  • New Participant
  • June 23, 2020

Formulas can’t be used as links to other tables. Only linked record fields can be used to link to other tables, and those linked record fields must be set manually.

So yes, you’d have to manually copy & paste individual multi-select values into your linked record field to create links.

But your better option might be to turn your multi-select field into a linked record field, so you’re creating the links as you choose the options.


Thank you! I was able to work around it by turning it into a linked field and then using two forms to help bring in new data as advised by this post Add new linked record when entering data in a form