Jun 19, 2020 08:55 PM
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?
Solved! Go to Solution.
Jun 20, 2020 07:09 AM
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.
Jun 20, 2020 07:09 AM
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.
Jun 23, 2020 08:26 AM
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