Skip to main content

Received values (Videos widget)

Video widgets can be used to return values and based on these values you can perform various actions.

Returned valuelist inVideos widget`:

  • Current state values directly as current

Detailed information about the current state is accessible under details:

  • Source value: details.src
  • Index value: details.index
  • Video duration: details.videoDuration

Information about the next video is nested under details.next:

  • Source value of the next video: details.next.src
  • Index value of the next video: details.next.index
  • Duration of the next video: details.next.videoDuration

Content

  • Create a content
  • Place down a videos widget
  • Select the sources
  • Navigate yourself to properties >> widget >> other, then select edit gallery actions
  • Click on add new, then select execute action batch
  • In the Sent fields select Property of received value, then fill the value according to your needs.

img.png

  • Then select the add action in the action batch
  • create a new action with Interact widget action type, select an empty text widget
  • As value origin select Property of received value then fill it with the value name you gave in the sent fields.

Save it then it will show you the desired value in the text widget.