I want to open a new tab whenever user goes to this flow
It is opening the website in new tab while using emulator but when I deployed it won't work
This is the code block
setTimeout(() => {
const websiteUrl = 'http://www.russellwalshrealty.com/property-search'
window.open(websiteUrl, '_blank')
}, 3000)
Even in chat section of botpress configuration website I have tried it doesn't work
Any body has a better solution?