Dilemma on the best way to work with SF

Hi @liranl

You can do bulk get of SOQL in Dispatcher as well …as you know all the policy numbers already. Just use a filter for each add queue item to identify the required ID

If bulk is having limitations that is when we can go with one soql for each, because advantage of bulk is that we interact with external application only once.

cheers