Sending Variables To Multiple Select

Hi TB Community!

I am trying to update a row by sending these named formulas below, to all populate into a multiple select column.
image
I have set up the multiple select, with the potential outcomes already "added" as an option.

I am receiving the error "Could not convert "Review of a Lease" to list"
image

What would be the right way to send these different contingencies to all be "stacked" / "stored" under one multiple-select type column?

Thank you for any help on this! :grinning:

Hi @ajduna7.

You should use list values when updating the multiple select field, please use lists in your snippet like in this example:

leasecontingency = ["Review of the lease."] if ...

Please let me know if that works for you.

1 Like