The operation Elements cannot accept the arguments: , ["[“21.3.2024 - 2”]"]


this error occurs when i press on save (button1)
(when the file is originaly not there)

You need to turn the text string into an AI2 list

Use the jsonTextDecode block from the web component to do this.

What about storing your list in TinyDB instead of in a file?
No need to convert your data then...

Taifun

i have used tinydb before and idk why but the data randomly gets deleted also i want it locally only

thankew! that worked really well but i have got another problem, when i try to uncheck the checbox, the app freezes

TinyDB gets only deleted if you do so
And TinyDB is a local database

Taifun

sory, my brain is fried
thanks btw

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