#Hi. I am going crazy over this issue I'm
1 messages · Page 1 of 1 (latest)
Json from Node-RED:
[
[
"14:20",
"<a href=\"/tabla/nrk1/p/ruhpolding-sprint-damer/202401121420/\" class=\"db\">Ruhpolding: Sprint, damer</a>",
"Skidskytte",
"<i title=\"NRK1\" class=\"icons nrk1-nrk-no\"/>"
],
[
"14:20",
"<a href=\"/tabla/svt1/p/ruhpolding-sprint-damer/202401121420/\" class=\"db\">Ruhpolding: Sprint, damer</a>",
"Skidskytte",
"<i title=\"SVT1\" class=\"icons svt1-svt-se\"/>"
]
]```
There's a hard limit of states at 255 characters
@ivory marsh There is no way around it, like making a blob or text or something like that?
Would I need to make it into a API myself and let a table make a call to it?