To film video natively on the app and save the video files to the cloud storage straight-away is one of the awaited features to have.
Saving video and audio file such as MP4, MP3 can be done by simply set up the data field type to “File” Then we have link to the those files with hyperlink but not able to view on the appsheet app.
This is super easy tricks.
Apart from file type data field, add virtual column with show type.
Set category to “Video”
And put the simple expression of text([Video File]), which will automatically create the public URL to access to the saved file and can be consumed in Show type column.
App seting is that s all.
By doing so, we dont need to host the video/audio files in Youtube or other place, and als we don t need to employ any other third party service. Just done by simple column set ups.