Is it possible for a user to transfer data between two databases?

Is it possible for a user to transfer data between two databases within the app? For example, if i had a task list, and i wanted the user to be able to mark off a task as completed, and when they completed it, it would go from a database marked as “tasks” to a database marked as “completed” is this possible?

thanks in advance for your time!

Are you wanting to send it to another database outside of Adalo, or just another collection within your database?

1 Like

Hi @Nb317 ,

By databases, do you mean collections in Adalo ?

If it is yes, just do action delete in the list in old collection and do another action create for new collection.

1 Like

Thank you! it worked !

1 Like