Hi there, I know how to send the text result of screen 1 to screen 2 as a record; but I don’t know how to automatically send each text result to screen 2 as multiple records, such as the data in excel, row by row comes out every time I click the button. Here is the example photo attached, thank you for your help!
Use TinyDB for persistent data across screens.
Here is a sample ...
I added timestamps because this sample is a log.
Hi ABG, thank you very much for your useful reply, i think i can do it now!