Hello,
I have a variable (varFPB) and a table (Quotes).
I want to lookup Quotes for ids from the varFPB var.
So for example, if I have ids LH123, LH124, LH125 in the varFPB table, I want to then lookup the Quotes table with those ids to check if they're there.
I've tried a few things but can't seem to get it to work.