I cannot get my delete entry button to work on this, i also need to change the value to a list to multiple dates and entries can be viewed and saved.
Advice i recieved but do not understand: List Delete function will work if .Initialise uses .GetValue to retrieve a List as a value, which can then remove items by index from ListView selection.
can anyone help? I learn best visually if possible thanks team!
maybe find some tutorial of listview and learn how to use it first.
at least 3 problem of your blocks:
your date list will have only 1 item, you need to use 'append list to list' block instead of 'add items to list'
index in 'remove list item ' should be a number, but you feed it 'listview.selection' which is a string.
Listview. elementsfrom String should be a csv format string, which means comma seperated value.
edit:
I looked your aia, it seems that you want to save some notes on diffirent date, but you hard coded the tag, that means you can only save ONE date and ONE note.
Here is a single screen daily log to TinyDB app with a Calendar interface.
It stores each day's entry into a separate tag/value.
I recommend doing a Ctrl-C copy of Screen1 , then a Ctrl-V paste into a new screen in your app, then copy over globals and procedures via the Backpack.