output variables not passing to webhook
# support
m
Hi All, I'm trying to pass the output of a conversation block into my tool and store the data in a spreadsheet. However, the variable names are showing in my spreadsheet instead of their actual values. Can someone provide some guidance here as to what I need to do? I'm using a make.com webhook and my goal is to get data into some cells in a spreadsheet for testing purposes. {{conversation.output.DateTime1}} {{conversation.output.DateTime2}} {{conversation.output.DateTime3}} {{soft_qualification.output.moveInDate}} {{soft_qualification.output.householdIncome}} https://cdn.discordapp.com/attachments/1339094322078814258/1339094322435457094/image.png?ex=67ad7845&is=67ac26c5&hm=18377b57fb0f20bbec9651541b1eb336004c7a91ac52ae8655de7b74fa18cd9e& https://cdn.discordapp.com/attachments/1339094322078814258/1339094322842173570/image.png?ex=67ad7845&is=67ac26c5&hm=a48b0e3c650dd73675d88b3443279a4d38561db1f918a83d009334d1d49f39df&
@Vapi
c
Hey, as of know Blocks are not ready for production and development use-cases they are still in beta so you can expect few hiccups. The Good part is we are reworking on blocks and soon we will roll out the new blocks by end of this quarter. Thus I suggest to use assistants with prompt until then.
c
Is there another approach to create conditional flows during a call? Any recommendations or external tools to use?
c
Hey Carlos, you can checkout this example on how to handle conditional flows
m
Thanks all