TinyDB not accepting arguments anymore

I once cleared the data in my dream journal to reset it and then the save button just stopped working. No idea why. Reinstalling didn't work. Please tell me what to do.
Error:


Project: Lucid_helper (1).aia (14.0 KB)

1 Like

Please show your relevant blocks...

Following my earlier suggestion, use this block:

instead of this:
blocks (47)

1 Like

Relevant blocks...?

Have you modified the blocks as per my suggestion? If a list is written to TinyDb, and components that read values from TinyDb expect a list, you must also include the list in the "valueIfTagNotThere" field, a mostly empty list. When you append an empty string to this field, if the Tag is empty, the component that expects a list from that tag will report an error.

yeah and it still doesn't work

Strange because I modified your app according to this suggestion on both screens and the app works fine. No longer reports bugs.

What exactly isn't working?


This. Maybe there's something with my phone though...

Post your current aia here.

Lucid_helper.aia (14.5 KB)

You did not follow my suggestions ...
timer

2 Likes

Sorry missed it :slight_smile:

It works tysm :smiley:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.