Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

Automation: Append Multiple Select Fields

cancel
Showing results for 
Search instead for 
Did you mean: 
Julia_Martinell
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi!

I’ve using airtable at my job for over two year now, and it is a great database tool! Moreover, it’s great to watch it grow and add new features.

I suggest adding an automation action that allows updating a multiple select field on a record by appending it. Today, the automation update action will overwrite the field, not add to it.

1 Comment
Alexey_Gusev
12 - Earth
12 - Earth

Hi,

like in scripting, to append multiselect field in automations, you should put:
[array of old values], new_value
(note that miltiselect field value is always array, even if it contains single element or empty)

image
image

it adds new value, or does nothing if it already exists

image

image