Hi,
I am trying to experiment on Video Field and I would like to upload my videos to appian and play them in UI. As I am implementing this, I got stuck as a!webVideo taking URL as source but how can I implement this?
Discussion posts and replies are publicly visible
Try "url" propery of document. See sample below:
a!videoField( videos: a!webVideo( source: document(local!documentId, "url") ) )