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
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.