Chatbot - This action is not allowed as it is outside the current transaction
Hi,
I have configured HTML rule with below code and the HTML rule called in Paragraph rule which will come as outbound message in Chatbot.
<button onclick="invokeFeedback()">Feedback</button>
<script>
function invokeFeedback(){ KAMPYLE_ONSITE_SDK.loadForm(FormID); KAMPYLE_ONSITE_SDK.showForm(FormID); } </script>
Onclick of Feedback button in outbound message in chatbot leads to an ERROR "This action is not allowed as it is outside the current transaction"
Thanks for any thoughts on this.
- Siva