|
|
Browse by Tags
All Tags » loop » Loops (RSS)
-
In the page, It has a series of checkbox. I want to checked all the options .
My RSS Robot looks like this:
Load Page > For each tag > Set checkbox(checked)> Extract value> Return RSS item。
The first option is ok ,But next iterate doesn't work 。Error as "The Set Checkbox action requires a found ...
-
I have a case where I do a query, but I do not know how many answers I will get.
So I have to loop through a variable number of tags.
One way to go is ask the user to decide how many times he wants to loop
(assuming the user knows the number of query answers).
I have tried to use "Last Tag Number" = RSSInput.value1 "From ...
-
I hope someone can help me, because I am stuck.
I am looping through some tags which I can find easily. At each step, I want to compare the text delimited by this tag to another text I stored in the RSSItem.rights attribute.
If the first string (the tag text) is contained in the second one (the RSSItem.rights), ...
|
|