|
|
Browse by Tags
All Tags » loops (RSS)
-
Extracts the top 20 songs of the week of lastfm.
-
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 ...
-
This example gives us to extract google search 1 to 10 results using loops
-
First of all, excuse me for my bad english. I'm spanish.
Maybe I can help you with question 2. I think you try to find a tag but sometimes the tag is not found. I solved that using another branch.
In the down Test Tag I found "Actualmente no hay cursos" [There are no courses], Action= Continue if Pattern Matches Found Tag, in Error ...
-
I'm trying to create XML lists of specialty car dealerships in the US and have created a robot that works pretty well so far in collecting Lexus dealerships.
http://service.openkapow.com/mhalsey/lexusdealershipsxml.rest
It works perfectly except when there are more than 10 dealerships in a state (for example: California), requiring ...
-
Is it possible to exit a loop when certain conditions are met? Say i want to exit the loop when my global variable is greater than 10. Is this possible?
-
(Simplified Question for better KB)
How do I do a loop through all urls with a class='url' (Anywhere on page)
Thanks
-
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), ...
|
|