How to configure 'Export DB' task?

How to configure ‘Export DB’ task in vDesigner 2.0 ?

1 Like

Hi @simran.sachdeva
To configure Export DB task in vDesigner2.0. Follow the below steps:-

  1. On the event of some element for example:- onClick, onCompletion etc create a task group and add one export DB task.
  2. In the Export DB task you can select yes if you want to share the db file.
  3. Save the task.
  4. Click on apply, save, commit and then deploy.
  5. Check your android build application and trigger the event on which export DB task was binded and you will see a file with .db extension which you can also share over other apps.
1 Like