Copy the task prompt into Runavelo's built-in AI Assistant. The AI will create an editable visual workflow that you can inspect before running.
READY TO COPY
Task prompt
This prompt includes the target page, inputs, output, CDP rules, comments, and verification requirements.
Build a visual workflow that opens https://runavelo.com/demo/product-catalog, collects the product name and displayed price from every product card, and continues through every available page. Treat a missing price as an empty value instead of stopping. Do not create duplicate rows, and stop safely if the site repeats a page or exceeds 10 pages. Save paginated-products.xlsx in the Runavelo Demo Results folder under Documents, with columns Product Name and Price. Report the number of products collected from each page and the final totals.
EXPECTED EVIDENCE
What a successful AI-built workflow should prove
Every available page is processed once.
Missing optional prices do not terminate collection.
Pagination stops normally and the workbook path is logged.
The QYA file is a reference implementation for comparison or recovery. The recommended path is to let the built-in AI construct the workflow from the prompt.