Hi, i am trying to use code app by zapier, specifically javascript. i have a form that will send me an input of list disabilities. depending on the choices, the form send me data seperated by a comma (E.g. mental health, physical, emotional)
the intent is to then turn this into a JSON format so i can send it somewhere else.
The expected output i need is :
!--scriptorstartfragment-->
{
"disability_type”: "mental illness",
"disability_type": "physical",
"disability_type": "emotional"
}
!--scriptorendfragment-->
no matter how i try, zapier return/output is not returning me JSON format. did i miss anything?