I have one variable in BotPress (workflow.zapierData) which contains three pieces of info (name, email, phone no) of LEAD
workflow.zapierData = (name, email, phone no)
I need to seperate this variable into three different variables holding each piece of lead info
workflow.name = name of lead
workflow.email = email of lead
workflow.phone = phone no of lead
So that I could use it within my BotPress bot
Is there anyone who knows how to seperate this variable using execute code block in BotPress?