What is your goal?
I have a current scenario that is triggered by Survey123 form submissions and exports the data to excel and AirTable. It currently is set to trigger for New Data and Edited Data; however, for edited data it creates a duplicate row.
My goal is to have the automation edit the existing row in excel and AirTable based on the GlobalID
What is the problem & what have you tried?
I have set it up so it uses the Excel List Rows module and then set a filter to only look for the specific GlobalID in the submitted form. However, the excel sheet has over a thousand rows so it has to read all before processing. This works but my filter is not working.
Goal for the filter is
- if ID exists then Update Record
- If does not exist = Add Worksheet Row
Issue: The Update Record module is based on the excel RowID, which I do not know and it changes due to sorting and filtering in the document.
The AirTable modules seem to work. Currently, the error that occurs is a structure error to fix on our end.
