I have a table (created by combining a set of Excel files in a folder) that has a column called call_id. I have created a separate table in SSMS that is stored in a database that has a column for call_id as well. I want to create a flow via Alteryx Designer that would check if a call_id record does not exist in my first table, and if it doesn't, then import it in the second table (in the database). How would I go about creating this conditional check with the second table being in a database? I am new to Alteryx and am still learning the various connectors.