I could use some help adding empty strings in an array returned by Zapier for emails that has blanks indicated by commas. It looks like this:
input email jbrooks_ca@yahoo.com,,,,jkburtie@gmail.com,skyelea@hotmail.com,
etc...
What I'd like it to look like is:
jbrooks_ca@yahoo.com,'','','',jkburtie@gmail.com,skyelea@hotmail.com,
If anyone is familiar with writing JS for Zapier I would love some insight as I'm not very strong at writing JS.
Here are the two screens in Zapier handling the code output as reference.