Mrdatch
New member
I am trying to find a way to extract information from a website and automatically hit a specific url.
Example:
On one page there are multiple ‘orders’
Order ID
Name
Location
Reference
Order ID
Name
Location
Reference
I would like to hit a url (example :website.com/order ID/Reject) if the reference contains the string ‘123’.)
This would need to run for all consecutive Order ID’s. The page would automatically refresh periodically and the system would need to run each time.
(it doesnt matter if it runs for the same order ID multiple times as the link would just come back with ‘rejected already’)
Example:
On one page there are multiple ‘orders’
Order ID
Name
Location
Reference
Order ID
Name
Location
Reference
I would like to hit a url (example :website.com/order ID/Reject) if the reference contains the string ‘123’.)
This would need to run for all consecutive Order ID’s. The page would automatically refresh periodically and the system would need to run each time.
(it doesnt matter if it runs for the same order ID multiple times as the link would just come back with ‘rejected already’)