In Survey123 Connect, I designed a survey that asks users for the number of locations that they need to collect data. Based on their response, different sets of questions are displayed. If the user select the option of less than 10 locations, a specific set of questions appears. If they select 10 or more locations, another set of questions is shown. I've used the body::esri:visible column to control this visibility. The logic works correctly when I test and update the survey123 connect app on my system but when I publish the survey to our portal the logic does not work for '10 or more' locations and it is not displaying as expected and they are shown for even if users select less than 10 locations. The questions related to the more than 10 locations are within a repeat. In the repeat there are two additional questions that should always be visible, regardless of the location count.