Our customer would like to have data from our platform available as dynamic lookup/reference data when filling in Survey123 forms. The data would need to be refreshed often and available offline. I'm aware of pulldata() for calling APIs to get data, but we want this data to be available offline. I read some mention of a "media" folder the scripts or pulldata() may have access to but can't find any references for this.
The required data may be statistical in nature, e.g. 5th/95th percentile so we can validate entries fall within a range, or lookup lists to populate dropdowns or even data to chart as a reference. Ideally, we can upload the required data as JSON and then just reference this in the script.
Is there anywhere in ArcGIS where we can upload and store such data blobs that both Survey123 and FieldMaps apps would have access to? I couldn't find anything relevant in the API, although I am new to ArcGIS and may not know where to look.