Hi, I am attempting to use Select files(for android) and "Pick image from my library( for IOS).
- How can I just fillter for videos only for both ios and android
- Once I pick the file, How can I display the video on a webview(or similiar)? I’ve tried using a app variable with the following formula “URL(PLUCK(outputs[“Get bucket upload URLs”].files,“path”) + “/” + PLUCK(outputs[“Pick files”].files,“name”))” but doesnt show the video.
If someone can direct me to a video or step by step or even take a look at my project, I would be grateful.