I am having trouble with integrating survey123 with Integromat. I have a working process that sends an email when a new record is submitted. I now want to add one that filters for a particular result in the survey and send an email with those specific details. The data is in a repeat, and I have managed to utilize the iterator and array aggregator to make it work when I submit a survey from my work computer.
The issue I am having is when other users submit surveys. Regardless of whether they use my account, or I use their account, anyone using a different computer than me (or Survey123 application) will not process correctly. The "Survey123 Watch Survey" processes, but the output array is always empty. Or, the output array is not empty, but the array going into the iterator is. I continue to get the same result (see attached).
I think the issue has to do with how the data is formatted coming from different devices. Although the webhook should be coming from the server, and therefore I think it should be formatted the same regardless of who added the data, is there a chance that data from the webhook changes based on some other factor?
Thanks!