UiPath Forms + Backend Database + Dashboard

Where does Forms data get stored? Plus is there a dashboard for accessing the captured data from Forms?
I’m trying to understand on how Forms work on UiPath in terms of storing and accessing data.

It is up to you where you want to store and retrieve data.

  • UiPath Data Service
  • SQL and no-SQL databases
  • In-memory database for key value pair storage
  • File based storage - CSV, TSV, Excel etc
1 Like

@Moshin_Ali_Khan

By default forms data is not stored any where but is exposed to the automation via arguments from the froms

If you want to store from the automation we can store in any db or file we want

Cheers

1 Like