Alright I'm racking my brain about how to do this and I don't know what's wrong >_>
Basically I'm creating a scraper similar to the one posted by IAmTheDarkWiz and outlined in this youtube video : http://www.youtube.com/watch?v=OFdd91R4L9o
In the video he exits the loop by using a an unsuccessful step branch exit to go to a pause. For some reason when i do the same and test it out in debug when the macro starts returning a blank value it doesn't use the unsuccessful step branch exit and just keeps going along the loop.
I have also tried adding a logic expression to the loop:
'{-FieldData.FieldData-|-●8●2●3●2●4●3●-|-Get Title-}'!=''
With the True value continuing the loop and the False exiting the loop
Unfortunately when I test this in debug the logic operation fails when the test has ' in it and exits the loop early.
Any ideas? Answering either question should fix my template!
Basically I'm creating a scraper similar to the one posted by IAmTheDarkWiz and outlined in this youtube video : http://www.youtube.com/watch?v=OFdd91R4L9o
In the video he exits the loop by using a an unsuccessful step branch exit to go to a pause. For some reason when i do the same and test it out in debug when the macro starts returning a blank value it doesn't use the unsuccessful step branch exit and just keeps going along the loop.
I have also tried adding a logic expression to the loop:
'{-FieldData.FieldData-|-●8●2●3●2●4●3●-|-Get Title-}'!=''
With the True value continuing the loop and the False exiting the loop
Unfortunately when I test this in debug the logic operation fails when the test has ' in it and exits the loop early.
Any ideas? Answering either question should fix my template!