![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Hi ... Nice to working with automation anywhere tool...Our Team working for extracting a data from given url page with current updation of that page... For an example ,we have online ticket booking url for current month .If want for another month means, tool which is bringing out of that url page with current updation..It's possible to do that automation Anywhere tool..We found extracting a data from table format to Excel its's good .. we need that exraction with current updation of that url page....Can anyone guide us to proceed with our work... Thanks, Ramkumar... |
| |||
|
Ramkumar, I think I understand your question. *note $month$ below is a system runtime Variable. This can be done through an If Variable Statement. For Example: If Variable $month$ = 1 Then Import data from 'http://url?Month1/' website's 'Table1' table End if If Variable $month$ = 2 Then Import data from 'http://url?Month2/' website's 'Table1' table End if If Variable $month$ = 3 Then Import data from 'http://url?Month3/' website's 'Table1' table End if etc... for addit months Last edited by Nick; 06-28-2007 at 07:39 AM. Reason: - |
| |||
|
Hello Nick, Thnkz for replying for my last forum...I'm getting ur point theortically somewhat closer..but i'm sturggling in practical how to proceed... could u provide steps to reach ur points...It's very helpful to us .. Thanks, Ramkumar |
![]() |
| Thread Tools | |
| Display Modes | |
| |