I have created a form with text input “Video Link”. When I create a video visual element with type YouTube to show the video it wants the video ID.
It’s a URL so the link does not show due to the error.
Is there anyway to extract the ID from the Video Link? I’ve tried using a Regex (?<=be/)(.*) but when I add it to the above it doesn’t seem to work and gives a warning.
Maybe I’m using the wrong input in the Regex pattern. It’s confusing.

