How to's and Tutorials
How to use passwords from Zoho Vault in RPA flows
This tutorial outlines the steps to securely retrieve and use encrypted passwords from Zoho vault within your RPA flows. We will cover this in two sections: Initial setup and master key generation: Initial steps required in Zoho Vault to generate the ...
How to loop through elements in Web pages
This guide will help you understand how we can loop through elements in webpages. Web data is incredibly diverse, and while tables are a common format, much of the information we need to interact with or extract isn't always tabular. Mostly, data ...
How to loop through Excel rows
Overview This guide will demonstrate how to process data for each row in an Excel file within your RPA workflow. We'll achieve this by creating two workflows: a main workflow to read the Excel data and a sub-workflow to process each individual row. ...