Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
load a variable with an array/list via query string - Typebot
T
Typebot
•
2y ago
•
3 replies
greenrhyno
load a variable with an array/list via query string
How would this be done
?
I tried it like this
:
https://mydomain.com/?MyArray=["007BFF","007BFF","00FF05","00FF05","00FFFB","C800FF","C800FF","FF0000","FF0000","FF9500","FF9500","FFEA00","FFEA00","FFEA00","FFFFFF
"
]
And it just loads that as the text string
, when I try to access the array with
{
{
=
{
{MyArray
}
}
[0
]
}
}
=
}
} etc
, I just get
[
"
0
Just the characters in the string
I tried it even encoding the query to
%5B
%22007BFF
%22
%2C
%22007BFF
%22
%2C
%2200FF05
%22
%2C
%2200FF05
%22
%2C
%2200FFFB
%22
%2C
%22C800FF
%22
%2C
%22C800FF
%22
%2C
%22FF0000
%22
%2C
%22FF0000
%22
%2C
%22FF9500
%22
%2C
%22FF9500
%22
%2C
%22FFEA00
%22
%2C
%22FFEA00
%22
%2C
%22FFEA00
%22
%2C
%22FFFFFF
%22
%5D
But I get the same result
.
Is it possible to load a variable with an array
/list via the query string
, or would I need to instead send a reference to a table
/db and then load the array
/list in the bot
?
(that would just make it all more cumbersome
)
.
Thanks
!
Typebot
Join
A place to connect with chatbot enthusiasts. Learn about bot building best practices and discover new content.
5,834
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Sending an array variable via the HTTP request block
T
Typebot / help-and-questions
2y ago
display clickable text via variable
T
Typebot / help-and-questions
3y ago
JSON Array Treated as String
T
Typebot / help-and-questions
10mo ago