markus
12/03/2022, 3:23 PMerictgrubaugh
12/03/2022, 4:50 PMWatz
12/03/2022, 5:13 PMbattk
12/03/2022, 8:33 PMbattk
12/03/2022, 8:33 PMWatz
12/03/2022, 8:47 PM{ externalId, internalid }
and map it towards the data from the CSV-file before sending it through to map.
Then in map, you already know if you need to update or create.
Are there too many records in the table you might run into some governance and size-limitation.
I would probably go for doing a search in each map. Simpler code to understand and maintain.markus
12/04/2022, 11:21 AM