Example:
I have 3 fields, 1 multi select, and 2 checkboxes
- Reason - Summary: Multi-Select
- Reason - Wedding: Checkbox
- Reason - Vacation: Checkbox
What I want to do is be able to update the value of the multi-select field based upon the checkboxes that correspond to an option.
For instance:
IF( {Reason-Wedding} = 'True"),
THEN(select “Wedding” from {Reason} options)

If this is easier done upon importing the record using Zapier could you please point me in the right direction.

