Can somebody help me out? I want to collect the input data of a single choice. all of the code is bug free just the first workflow. i sad to be a Boolean but it is a single choice. and any existing variant that i made gives the same error. workflow.keuze2 = false
const data = { keuze2: workflow.keuze2 }
try {
const response = await axios.post( 'https://hooks.zapier.com/hooks/catch/', data)
workflow.keuze2 = true
console.log(response.data)
} catch (error) {
console.error(error)
}