Hello Team,
I'm transferring information from one list to another. I'm coming across an issue of converting from a text field to a choice column.
Here are the details:
Field A from List A = Single line of text
Field B from List B = Choice Column with multi selections
The string value from Field A in List A = "1, 2, 3"
How do i convert this field to an array so i can be read to the choice column (multi selections) in List B?
Thanks ahead