Hi, I have a real problem if someone can help me.
I am looking for the bot to pick up the data in column E and then enter it in a online software. From the online software the bot will pick up the transaction id, date and amount to enter back into the spreadsheet.
I have a code that can extract the data and break it up in parts form me to enter back into the spreadsheet however the bot will have to locate the next empty field in the spreadsheet to start that process.
below is a screenshot of what i stuck on
Use Extended Excel Activities, there you will find activity as " Get last row" and “Get last column”
Using above activity you will get the desired row or column and using the output of this step as input for write activity, you can easily dynamically update excel.
Use Spreadsheet related activities from Package Manager and you are good to go.
Install these packages, you will get al Google spreadsheet related activities