Startup App - Need component that's only available once per day

Hi, I am working on a startup app and have come quite far in the development process.
A big chunk of the app though relies on a certain test/checkup feature that is only supposed to be used once per day.

Right now though, you are basically able to do it an unlimited amount of times, and I am unable to figure out exactly how to put a limit on it.

In clear English: I need to make a component that is only able to be used once per day and I don’t know how.

Thanks in advance!

There is a component (button) here which allow to have an action to be only done within a specific hour/time of the day. This might help you

Add a date property called “Last Time Used”, update it every time the component is used, and set its visibility accordingly.