Hi All, is it possible to define a dynamic title for the survey?
In the case of surveys containing long repeat fields where the person collection data can get lost by going up and down, the title is a great choice to indicate which particular field he is currently surveying. For example, the title can be defined as follow:
Title = concat('SurveyName:', ${currentFieldName})
The idea is, while collecting data, the user will be able to check from the title which particular field he is collecting.