I created a private survey for signed in organization users using Survey123 Connect version 3.12.232. To display a table of fish observations in a repeat, I use pulldata to run a javascript function that loops through the repeat array and returns a table.
| pulldata("@javascript","fish_functions.js","displayFishLists",${fish_entries}) |
This worked without issue for a few weeks and still works fine most of the time. However, last week several users reported intermittently seeing a message reading "Scripts disabled." I haven't yet been able to discern a pattern. Any suggestions on how to troubleshoot this intermittent issue?