Download URLs follow an explicit pattern that can be utilized to deduce the correct URL from the provided version only, therefore there seem to be no reason to use pagination and field matching to find the correct URL.
Pagination introduces unnecessary complexity and, even worse, it can cause throttling by the server when multiple workflow branches are executed in parallel.
Download URLs follow an explicit pattern that can be utilized to deduce the correct URL from the provided version only, therefore there seem to be no reason to use pagination and field matching to find the correct URL.
Pagination introduces unnecessary complexity and, even worse, it can cause throttling by the server when multiple workflow branches are executed in parallel.