is it telling me that I cannot have non-hardcoded,...
# ask-community
g
is it telling me that I cannot have non-hardcoded, non-op-output args? I need to download & parse webpages in a sequential manner. Parsing 1st page gives information how to get 2nd page. I wanted to have an asset, which defines URL parameters, then uses loop where in sequential order 1) op is called to download url 2) op is called to parse url.