Can I read data from a database with uipath?

Hi frienda, help me please.Can I read data from a database with uipath? I need to read that data and put it into a web application

@Lynx

Yes, you can do that, if you are using sql then check below

Once you done with the connection, you can use Execute query and write your own sql query to retrive the data, after that you can use For Each row activity and use TypeInto to write the data to webpage

Hope this may help you

Thanks

1 Like

Thank you @Srini84 :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.