Hi guys, I wanted to get a list of data from a website and store them into database, how to convert data variable get from “for each ui element” into datatable for database insertion?
I guess we can use auto-generated variable such as Address or similar name variable for example.Then we can set it as {Address, BuildingType, ...} at ArrayRow in AddDataRow.
For now, can you check if you can use the above variable in ForEachUIElement activity?
Thanks Yoichi, sorry I didn’t know I have to add DTAdd to the BuildDataTable.
I have encountered another error with the insertion of data to the database, can you help me look into it please? I don’t know why it show “No database selected” error, I am using the same database connection “RPAconn” it works for reading data from the database but it does not work with the insertion of data.