I have a survey I created using Survey123 that has over 100 individual questions. In the survey, most of the questions are folded into others such that filling out the survey only results in filling out at most 20 of the 100 plus fields. This makes the pop-up for each survey submission on the web map super long and tedious.
Ideally, I would like to create some type of dynamic Arcade code (or any other workaround) that removes fields from the pop-up that were unanswered (have NULL values). Because I have so many fields, it would be extremely tedious to write if statements for each field. Are there any developments in the works or known solutions that would allow for removal of all unanswered fields (questions) from the pop-up to reduce its length? The idea is I want all answered fields to be visible in the pop-up but nothing else. Thank you for any advice or insight and your time.