Notion Node - Change color property of database (Multi-select column)

Hey there,
I was wondering if there is a way of changing a property color on a multi-select column.
I have a movies database that I imported from a CSV file, but the options of the countries (on that multiselect column) are all black (or grey) and I wanted to change these colors randomly, since there are over 100 countries on my db, so it would be impractical to change them manually.
It’s just a minor (and maybe irrelevant) feature, but I wanted to know if someone has any idea of how to achieve this.
Thanks in advance to everyone. :smiley:

Hey @seba5496!

Welcome to the community :sparkling_heart:

Can you share the Notion page or a similar template? It would help us understand what exactly you want to achieve and provide you with a solution :slight_smile:

1 Like

I know what you mean. That is sadly not possible. To make that work, I would have to rearrange the UI element to be a fixedCollection instead of a collection.

1 Like

Yeah, thanks anyway, I thought I had found a workaround, but it was a dead end, I tried creating a JS script to generate a random colour and to PATCH that in a http request, but reading the Notion API docs it explicitly says that currently the colour on a select property is not supported.
Thank you for the rapid response tho :smiley: