Split function

hey all - happy friday. i need your help here - how does split function should be applied in my case, can someone please help me out?

i get a value from Monday.com which contains multiple values. i need to split them to an individual ones because i will use it to filter out later on since in my case it means that these values shouldn’t be deleted.

Hi. Are mean you have a array with bandles? Show us what type of data you are working.


Thanks, Helio!
Wemakefuture
If you have questions reach out :wink:

Screenshot 2023-02-24 at 18.11.47
i need to split this guy into individual substrings. thanks for getting back to me!

Hi @vstnv

Please use split() function as shown below:

If you need assistance, don’t hesitate to contact me.

Regards,
Mohamed Jahar

1 Like

i need haha! values will be different each time because it’s a deliverable that each client chooses - what should i do in this case? much appreciated!

Hi @vstnv

This was just an example. Instead of values, please map the text variable.:grinning:

1 Like

i replied and thought about it later, thanks! should i consider ‘.’ in advance and replace it with text parser? or it shouldn’t been an issue?

1 Like