How to add the payload clicked in analytics?
You could add an advanced analytics in the following node to record the payload clicked by customer. return new Promise((resolve, reject) => { resolve({ category: "Question 1", action: "Payload clicked", label: ...