Video Player

Hi All, I've been unsuccessful getting video's to work in the onboarding view type - does anyone know if they are supported or if there is a work around to get them embedded in place of a photo? If not is there another method that would allow a pop up window with a video player via an action? 

0 2 110
2 REPLIES 2

Bumping this ๐Ÿ™‚

Aurelien
Google Developer Expert
Google Developer Expert

Hi @lochtefeldm 

1) use a column with type File, that users will use to upload the video. Let's name it [video].

2) create a virtual column type video, with expression:

TEXT([video])

 

3) Depending on the UX you wish to provide to your users, you may want for example to :

- use a show_if expression for the uploading column on the Form view type

- use another show_if expression for the viewing column on the Detail view type

Aurelien_0-1713934963589.png

For reference:

CONTEXT() - AppSheet Help

 

Top Labels in this Space