UiPath Apps Connecting with Azure Database

Hello All,

I just wanted to know if we can connect UiPath Apps with Azure Database?

I have data in Azure database and I want to display it in Apps using database queries, can I do it?

Is it possible to update record or item or status in database through action performed in UiPath Apps (eg. click of a button) without using UiPath workflow

Hey @Glen_Serrao
I think, currently, UiPath Apps cannot directly connect to an Azure SQL database.
However, you can achieve this by using a Studio process with Database Activities to query and update records. The process can be triggered from UiPath Apps when a user clicks a button.

@Glen_Serrao

you need UiPath workflows for it…with only apps you cannot do these steps

cheers

Is it possible through API’s

Can we use API’s to connect?

@Glen_Serrao
Yes, you should achieve this using APIs. UiPath Apps can call external REST APIs, so if your Azure SQL database is exposed via an API you can integrate it with UiPath Apps.

@Glen_Serrao

it is still i preview to access api via integrations ervice connection…once that is available it is possible but till then workflow is the way

cheers

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