Hi Experts,
I have a simple requirement where I need to split a string that has comma seperated email list into an array so I can loop through each email.
EmailString = aparajit@gmail.com,john@gmail.com
I need to convert this into an array, loop through and send an email.
I first looked in Javascript function but I am not able to pick “Array” as Output.