Log in
Log into community
Share feedback, ideas and get community help
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Upload Mulitple Images -> Pic Choice
Upload Mulitple Images -> Pic Choice
Inactive
0
Follow
f
fetchcreates
10 months ago
ยท
I'm trying:
Block A = Upload Multiple Images
Block B = Pic Choice (dynamic) from a list/array of uploaded images.
No matter what I try, it's lumping all urls together.
I'm limited on my JS, but I've tried to stringify, then stringify+parse (among other options).
This is the ex data from the upload:
http://fake-upload-url.com/0, http://fake-upload-url.com/1, http://fake-upload-url.com/2, http://fake-upload-url.com/3
What should the urls look like for the (Dynamic) Pic Choice?
t
1 comment
Share
Open in Discord
t
tecmusti
10 months ago
Block A: upload images
Block B: javascript (execute on client disabled)
let imageURLS = {{dataFromA}};
setVariable('imageURLS',imageURLS.split(', '));
Now you have an array of image urls from A
Add a reply
Sign up and join the conversation on Discord
Join on Discord