The problem is here "Can't find variable: VAR_RANDOM_LIST_VIDEO".
Make sure the value of the variable is correct.
You can check this in the variable inspector.
image.png
Hello guys, Im using Open File Result with my {{videopath}} resource
now my question is how to select a specific video from folders?
I tested, {{videopath}}[[VIDEOTITLE]].mp4
but this error and gave me like
C:\Folder\Video1title.mp4Videotitle1.mp4
please help
@stephenperry18 said in How to upload SPECIFIC video file?:
{{videopath}}[[VIDEOTITLE]].mp4
add \
{{videopath}}[[VIDEOTITLE]].mp4
@romanbiz said in How to upload SPECIFIC video file?:
@stephenperry18 said in How to upload SPECIFIC video file?:
{{videopath}}[[VIDEOTITLE]].mp4 add \ {{videopath}}[[VIDEOTITLE]].mp4
ohhhhhhhhhh thank you! you're a life saver!