Hi,
I have a dynamic input tool that I am using that takes a list of companies and searches a broader list for matches using 'ilike' in postgresql.
The workflow runs with no group replacement for the SQL IN clause however this is very slow as it is calling each query individually, however when I try and use the group replacement to speed things up the tool errors saying: Error Opening "Select ..." no columns returned.
Any ideas what might be causing this or any potential workarounds? I have tried changing the character limits with no luck
Thanks