Database Import the data in the database and write to the web browser page

Hello to everyone. I’m very new here. How should I proceed, I should write the database in the web browser page. I need help

@burak.yildirim

Welcome to our uipath community.

Could you please tell more details for better understanding. How you will do it manually ?

hi, thank you first.

I have to connect the database and take the lines there and write the lines line by line to the web page.

database connected, no problem. now I have to pull the data from there and write to the relevant section on the website.

I have to loop about this, there will be more than one line

@burak.yildirim

Install Uipath.Database.activities package to connect to database. Once you Connected to database then use Execute Query activity and will give output as DataTable. And then use ForEach Row activity to iterate one by one row and write into web page.

1 Like

Thank you, but i couldn’t find the Execute Query Qctivity feature i don’t have Manage Packages looked.

If there is a sample workflow, I can solve my work quickly by looking at it from there