[URGENT] Need loop for my bluetooth receiver app

In 10 hours I need to present this

My app aids a fall detection arduino circuit, when fall is detected a text will be sent to the connected phone.

How do I make it a loop where it forever detects. And is my code correct for receiving text from HC05.

Use a clock that run always, inside the clock block set your code to receive data and save it where you want . If you search the community there are some code to receive Arduino data