Load work from Excel
The application monitors the browser download, retrieves the .xlsx path, and converts each non-header row into an independent work item.
Give each independent spreadsheet row its own browser page, then merge the outcomes into one controlled local report.
The AI guide supplies a precise goal, safe target page, inputs, output contract, and verification rules. Paste that prompt into Runavelo's built-in assistant, then inspect and edit every generated command before execution.
Responsible use: adapt this pattern only for systems and data you are authorized to automate.
Each stage has a specific input, browser context, output, and verification point. Edit these commands directly when the destination system differs.
The application monitors the browser download, retrieves the .xlsx path, and converts each non-header row into an independent work item.
Runavelo assigns each work item to a separate iteration. Every iteration opens and owns its own vendor page instead of relying on whichever tab is active.
Stable CSS selectors locate login controls and an order-specific select, note field, and save button derived from the spreadsheet order ID.
Each page reads its visible status. A lock protects the shared result list so concurrent iterations cannot corrupt the consolidated output.
Each iteration closes its webpage after verification. The completed result list is written to a user-relative workbook and the full path is logged.
Runavelo's runtime log connects the visible workflow line to its result. That makes missing elements, rejected updates, and unexpected page states easier to locate than a generic success message.
Only when tasks are independent and the website permits concurrent sessions. Reduce concurrency for ordered work, shared state, or strict rate limits.
Yes. Include the authorized destination URL in the input data and pass it to the Open Webpage command, while validating the allowed domains before execution.
The prompt targets the matching test page and states the expected evidence. A reference QYA remains available for comparison with a verified implementation.