Looping the excel file for entering the data in website

Hi I need to fetch row by row data from the excel file to enter that data in website for invoice .Kindly help me out

Hi! Nirmal,

You can use the Start Loop - Continue Loop steps or the Workflow Executor step where you can pass rows one by one.

It’s a data entry in some company’s invoice generation. So I need to login for first data and for while remaining data it should not login

Hi! Nirmal,

You can keep login in a parent workflow and data entry in a child workflow.