So I'm having issues trying to relearn how to even code as its been 6 years since school....
im trying to create this app to help with work as they still use pen and paper for everything in relation to trash/bulk/ brush pickup. I plan to also try to expand this to the water and sewer dept.
It wont save a file in the tiny db and keeps generating that popup and an extra space in front of the date. I have no idea why this keeps happening.
And if someone can help me save this in a directory under documents so i may print out a CSV or even a text file of information, that would sincerely help.
Set the file scope to Shared and use a filename like /Documents/myFilename.txt
Btw it might make more sense to convert the listview elements into csv fornat before storing... you can use the list to csv row or list to csv table blocks for that