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, how could you then reference what part of the created array, for example, i split some text into 3 parts, i then want to reference just the first array, how would i do that.
if i have HWBO12345 / Complete / Check.
i split with split(audit name; / ), so what do i wrap around that to just use the first array, hope that makes sense