How add multiple selections to multi-select property

How to embed multi-selections to a mutli select property in my notion database.

My data comes out as an object but I want it to be “Website: DONE” along with other things included in it. Not an object with everything within it. It needs to be split up. It also needs to get original selectors it had and add onto it.
image

Hi Tylr,
In the Notion module where you populate the multi-select, you can try using the add() array function. This lets you add an item to an array. I do not believe you need the “var” as it is currently. Just the multi-select value, no JSON needed.
Feel free to share a screenshot of the Notion module that populates the multi-select if that can help.