I have a list of IDs from upstream workflow that I need to pull information from a different Salesforce table. So I concatenate all the IDs into 'AAA','BBB' format. I used batch macro control parameter to update the specific 'CCC' ID within the Salesforce SoQL query: where ID in ('CCC'). I just then directly want the results output. However, it gives me error as below. What is wrong with the batch macro set up?
Also I am not sure if using batch macro is the best way to update the ID list within SF input tool, but I cannot use the dynamic input tool since the company network doesn't allow me to install salesforce connector support. Is there any other way to achieve the same?

