Hi @maverik360 , sorry for my super late response (I’ve been busy…).
This script is going to store the text received on Telegram AFTER you turn on the script. The timeout is the time the script is waiting for receiving a text message. So, you should set up a new telegram command (such as /memo) that will run the script. You can do it with this other blueprint: Telegram Bot: Respond to Telegram Command by executing an action . Then, when you type /memo on your telegram, the next message you send will be stored to an input_text entity.
Hope it helps!