Selecting values from an array of strings

Hi, team!

Is it currently possible to work with an array of strings?

For example, I have an array roles with the following values:

["user", "editor", "admin"]

Can I somehow check if it contains only "editor"?

I noticed that a similar question was already discussed and is on the roadmap [FLI-921], but are there any alternative methods to configure this in the current release?

Hey :wave: we don’t currently support it but can get it added in the next release as I don’t think it would be too hard to implement

Hey @mark !

Great, it would be nice to have that functionality in the next release!