Storing Videos in JourneyApps

I don’t see a datatype for “video” files in the JourneyApps database field options.

What is the recommended route for working with videos in my application? Is it even possible?

A video cannot be stored directly in the JourneyApps database, but you could use a text field and store a link to the video. A user could then access the video within an application by using external.uri.

Ok.

And I guess that could be a link to a video stored in a personal or work cloud storage application, like Dropbox or OneDrive (in which case you could even access it offline), or file share application, or a normal publicly accessible hosted video file, like a Youtube video.