Help to create file path

You need to make something like that:
set path variable to ( here you can use this daily challenge: it iwill generate random names.If you don’t want any letter, remove it from the letters list :

or you can use the math random number block ( numbers only))
So now you set the path var to a rundom path.( you can join this path with .png , .txt ,etc…So you define it’s type.
Now you will make a while loop to check that the generated file name doesn’t exist.Something like
While exists ( path var )
generate random path again as i’ve said earlier.
And then if u use the download component set savefileas property to the path variable.
Hope it helps :slightly_smiling_face: