Using UiPath Apps how can I store data to database

Hi @Chippy_Kolot,

Storing data to a database is not available by default in UiPath apps, instead you could try the following

  • Using Data Service, and store data to entities. This is fairly easy to use - I recommend this one for general uses
  • Have your app to trigger a UiPath job that handles the data storage in a database like sql server - this is a good and reliable alternative, however, involves designing the automation flow
  • Use the integration service to send data via api to a database or service IMPORTANT: You will need to create the connector if it doesn’t exist - not recommended, still on preview, little community support