Variable Condition Loop not finding a compatible start

Hello,

I’ve been trying to run this workflow to collect structured data from a website. I was facing issues resetting the Selenium Nodes webdriver if there was an error, as some cached data was being retained if I just navigated to the initial page.

I built the logic below, but for some reason I’m getting the following error message:

WARN Variable Condition Loop End 0:197:196 Encountered loop-end without compatible head!

Is the Generic Loop Start incompatible with the Loop End?

The Generic Loop Start node is compatible with the Variable Condition Loop End node. I think the problem arises when you start the loop with a variable stream and try to end it with a data stream.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.