How can I duplicate a database with a workflow?

Not sure what you are asking. In general…

  1. If you want the user to create a new (single) item, you can do that through a workflow where you select Data/Things and Create a New Thing and fill in the fields using information from the thing you are copying.

  2. If you want to copy a bunch of things, but not a huge amount, do a workflow using “Copy a list of things…”

  3. If you want to copy a large number of things, use a backend / API workflow and set it up as a recursive workflow, so that it copies one item, then repeats to copy the next, and so on.

1 Like