Hi, I am trying to build a Desktop flow that enters an order in our web entry system from the MS excel order form? Is that possible and how should I start? From Microsoft Excel to web browser. Please advise.

Hi, I am trying to build a Desktop flow that enters an order in our web entry system from the MS excel order form? Is that possible and how should I start? From Microsoft Excel to web browser. Please advise.
Hi @Anonymous
Take this as an example on how to work with such scenarios
1. Open excel and retrive all data (launch excel, get the first free column/row , read the excel file using range, close excel)
2. Loop through each row in datatable and enter the details in website after launching it
Hope this helps
Let me know if you have any questions
Mark it as solution if it resolves your query 🙂