Skip to main content
Solved

Combine select lists from two different fields

  • May 2, 2023
  • 1 reply
  • 15 views

Forum|alt.badge.img+4

I am trying to combine the lists in two different single select lists into one.  I'm not trying to concat the fields.  Combine the lists together somehow.

Best answer by TheTimeSavingCo

You can use this script to grab all the options from the first list

After that could just take all the options and paste them into the second single select field that you want to have combined

1 reply

TheTimeSavingCo
Forum|alt.badge.img+31

You can use this script to grab all the options from the first list

After that could just take all the options and paste them into the second single select field that you want to have combined