https://discord.gg/botpress logo
Carousel/Card Action Buttons don't open URL
# 🤝help
s
Hi, Can anybody tell me how to set the button object so that the card can read the URL properly. Right now I can see button(s) with proper label but the URL still is set by botpress to # I tried multiple variations of the action and url, value: workflow.actionButton = [{action:'Open URL',label:'Learn 1 more',value:'https://www.test.com'}] workflow.actionButton = [{action:'open_url',label:'Learn 1 more',value:'https://www.test.com'}] workflow.actionButton = [{action:'Open URL',label:'Learn 1 more',url:'https://www.test.com'}] workflow.actionButton = [{action:'open_url',label:'Learn 1 more',url:'https://www.test.com'}] What is the correct action and the key for the URL? https://cdn.discordapp.com/attachments/1261028021498941550/1261028021935144967/image.png?ex=6691775d&is=669025dd&hm=e5a0dbc98116fc35ef985cb21050aa831e1220c3e6c5f8a9cc91b88bf95a5959&
2 Views