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:-
- On the event of some element for example:- onClick, onCompletion etc create a task group and add one export DB task.
- In the Export DB task you can select yes if you want to share the db file.
- Save the task.
- Click on apply, save, commit and then deploy.
- 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