Hi all,
I have a sharepoint list column (currently set to single line of text) that i've been flipping back and forth from single line of text to choice and trying to figure out the most straightforward solution.
I have a multiselect allowed combobox, and need it to addcolumn to show a translated version of what's in the list for the selected record.
Column name in the SPList is "Race", and values in the SPList could be things like W, B, PI which is White, Black, Pacific Islander, for example. I do want to allow multiple race selections. There's values in each record already so I want to display all the current values (translated from code to actual race).
I'm using a form so trying to do it using SubmitForm vs Patching it as well.
I'm finding many examples but haven't been able to apply any to my scenario yet to actually get it to work yet.
Thanks in advance for any assistance!