How do I add a history button

I want to add a history screen as 2nd page that saves what time you pressed the buttons and shows it on the screen in time like “ 4th May 08:30 “ and saves this data to the history page. Is this possible? If it is, I’d be so grateful If you explain to me how to do it.

You would need to include a procedure in every event you want to record. For example, if you have two buttons, something like this:

1 Like

How can ı transfer this saved history information to the 2nd page

Change your Screen1 blocks to this, adding a button to take you to Screen2

Blocks for Screen2

image

(you need to add a tinydb component to Screen2, using the same namespace as Screen1)

2 Likes

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