Multi Select Values Map to Fusion | Community
Skip to main content
Level 2
February 3, 2026
Solved

Multi Select Values Map to Fusion

  • February 3, 2026
  • 3 replies
  • 64 views

Hello Community,
How do we map multiple select values to a multi-select field in Fusion when the options are the same? For example, I have an array of values like [‘EMEA’, ‘NA’, ‘APAC’, ‘LA’], and I want to map these values to a multi-select field.

Best answer by WFCEB

Thank you all for your help. I was able to Map my array values in a multi select field. I used nested replace function inside a split function. 

3 replies

kautuk_sahni
Community Manager
Community Manager
February 5, 2026

@KatherineLa ​@Rafal_Bainie ​@RowvillBh1 ​@AmyReilly ​@KIMBERLYREA ​@KellieGardner Bringing this to your attention in case you’d like to share your thoughts or any best practices. Your input would be much appreciated!

Kautuk Sahni
KIMBERLYREA
Community Advisor
Community Advisor
February 5, 2026

I do this from a txt file for upload to Workfront through Fusion. 

  1. Array to split the column by the comma
  1. Array aggregator
    1. Set multiple variables


      The output of this is what I map into the field in Workfront. 
       

       

Rafal_Bainie
Community Advisor
Community Advisor
February 5, 2026

just enable mapping and type in values coma separated



 

WFCEBAuthor
Level 2
February 5, 2026

Hello ​@Rafal_Bainie, thank you for the response but values are in array format and in csv file. Tried different functions like join, map, spit but no good. 

Rafal_Bainie
Community Advisor
Community Advisor
February 5, 2026

they can be in any format, it’s just a matter of transformation than

WFCEBAuthorAccepted solution
Level 2
February 5, 2026

Thank you all for your help. I was able to Map my array values in a multi select field. I used nested replace function inside a split function.