Login for multiple accounts using TinyDB

Here's a scheme to save multiple people, with names, identification, and phone in TinyDB, using absolutely no lists.

The trick is to use TinyDB Namespaces for every tag/value.

TinyDB_no_lists.aia (3.6 KB)

Each TinyDB instance maps a user name into a single user attribute:

  • password
  • identification
  • phone

Here are the blocks for a combined signin, new user creation, and phone number update:

Designer:

1 Like