-
|
I've created a data loop to read values from a local file and perform searches on specific webpages to extract target information. However, when using more than one conditional block in the loop, the "New Tab" block repeatedly opens duplicate pages. For example: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.


I finally identified the issue. When using conditional blocks, each exit port should connect to only one downstream block. Multiple connections from a single exit port will trigger repeated operations.
Before:
After: