I want to make a prayer app that can store and share prayer orientation and prayer. I need a function that store them in tiny db using today date as a tag.
I have a problem with checking a tag and saving data
When users press the button to open the saving manu, the app has to check whether today date exist in the tag list or not in order to set the label text to stored data if it do.
So I added such a block but the app doesn’t work after adding it
You test if that text string IS NOT in your list of existing tags
If the text string is not in the tag list, you then try GET the value of that text string tag (Which doesn't exist) and select the second index of the value (one assumes this must/ is supposed to be a list.)
Remove the not block, and this should then work ...