I am trying to pull in multiple records that meet some condition from an external feature service layer into a Survey123 form and display a particular attribute for all matching records for the user to view - the attributes are only for reference and will not need to be edited.
I have set up several pulldata(@layer) calculations that are working well, but as I understand it, pulldata(@layer) cannot pull multiple records in.
I have explored using pulldata(@javascript) with a custom javascript function, but haven't been able to get anything working and am running into token issues.
I wanted to check here to see whether there is a way to display the attribute for multiple records and whether there is a good example of this somewhere.