How can I map correctly a Notion Multi-Select field?

@Garrett_Clawson commas are not allowed in a Notion multi-select property. In this case, no need to use the “join” function. Just use map(*yourMultiselectProperty*;name)

Replace yourMultiselectProperty with your mapped multi-select property (the array)

3 Likes