I am performing a kusto query to obtain data from one source and an ADO query to get data from a different source. I want to compare the idnumber from the Kusto query to make sure there are no duplicates in the ADO data. What would be the best way to do that? I've tried using arrays but it doesn't seem to be working. Any ideas?