Question T13954
Visible to All Users

Survey model refresh

created 2 years ago

Hi Team,
I have a scenario like updating question title action after some action of question title

please check the attached screenshot below,

I need to update the count of note now,

Please help me out with this issue…Clipboard-File-5.png

Comments (1)

    Hello,
    You can get question.titleActions actions array and modify it as you needed:

    JavaScript
    if(question.titleActions.length > 0) { question.titleActions[0].title = "newTitle"; }

    PS: You are using our software under free plan. Please ask your questions on GitHub or stackoverlow.

    Thank you,
    Andrew
    SurveyJS Team