Select Multiple Item in string Contains (Make the code Block input)

Hello Everyone,
I have an issue to make the code block as an input. I need to select multiple item in string contain which has to be like this [“abc”,“xyz”,…] but I want to have this node as input to fill it in dynamo player.
when I change it to string it does not work.
Any suggestion?

Thanks a lot

Hi @amirjalaliafshar !
Your string node is a single string, not a list of strings.
You can transform it in a list like this :

1 Like

Thanks a lot