Hello
We have implemented our custom expression executor that requires the following syntax: [question1] == “test”. (In SurveyJs: {question1} == “test”)
We can configure our expressions in the designer with that specific syntax, that's fine, but SurveyJs has a clever feature that updates all the expressions if a question’s name is changed for example in my case question1 become Montant, since the expressions has specific syntax SurveyJs will not find the old name because it is between brackets.
So my question, how can I check the event that will be fired to update all the expressions when a question’s name is changed?
Thanks a lot