Hi @dunuts, in your current workspace, where are the 350 URLs from? If the 350 URLs were being retrieved from an external table by a reader, I think you can use a CSV reader to read the 67 URLs instead of the 350 URLs and then pass the 67 URLs one by one to the HTTPCaller with the same manner as your current workspace.
Hi @dunuts, in your current workspace, where are the 350 URLs from? If the 350 URLs were being retrieved from an external table by a reader, I think you can use a CSV reader to read the 67 URLs instead of the 350 URLs and then pass the 67 URLs one by one to the HTTPCaller with the same manner as your current workspace.
Thank you, that worked perfectly.