How can i randomly select one of 4 downloaded files, without using a router

My goal is to randomly select 1 of 4 pictures i have uploaded in dropbox, and to have that picture later added to airtable.
I cannot use a router, please don’t recommend using a router or asking why i can’t use one.

this picture is just a starting idea but no idea how to make it work.

thanks!

Welcome to the Make community!

You can use the built-in function add and get

e.g.:

{{get(add(emptyarray; 240.data; 239.data; 238.data; 237.data); ceil(random * 4))}}

For more information, see

3 Likes