I’m trying to delete a record if my function fails to find a match with the query.
//The Record ID I want to find a match for in the sourceTable
let recordIDsource = inputConfig.recordIDsource
// Find records in sourceTable
let query = await source...