@naeem For a sensible answer, I need to know more information. Which JSON file is it and what is it for?
JSON file is easy to create, just click "Write to file", for example, with the name "my_file.json". You can find the content (syntax) of JSON here: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON
How can I randomly select the videos in the folder?
-
Hello. I'm trying to make a bot that will upload videos. I will download the videos into the folder. I want it to randomly choose a video from among these videos and upload it. Open File Result always selects the same video. I tried to do it using Random Element but I guess it is not used for the folder.



