Hey everyone I’m using a webhook to write a lot of text( 255+ characters) to an input_text helper. I then use that input_text to display it in my dashboard using a markdown.(it’s more complicated than this, but you get the point). It replaces values in the text based on the name, and if the name doesn’t exist in the text, it adds it and the value. Is there a way to bypass this limit? I have read about putting it inside an attribute or something, but I can’t get the hang of it. I want something similar to an input_text so that I don’t have to rebuild all the code,if it’s possible. If not, is there a way to send it to the dashboard without any helper? I would prefer something similar to the helper though, since the markdown uses a template to format the text, I’m not sure how to do it any other way. Thank you