Hi @_Manoj_Kumar_ I am storing the responses through Javascript function, with the below code function addDataToCampaign(questionNumber,value){
document.controller.setValue(`/ctx/FOD_SurveyResponse/@Question_${questionNumber}`, value);
} and below is the screenshot of Storage ...