Is possible to embed YouTube or Vimeo video into c...
# 🤝help
c
I would like to embed YouTube or Vimeo videos into the chat. This way I can create a table structure/data and call them dynamically vs. having to have a card for each. Is this possible?
a
Yeah you shud be able to do that
Just store the URL in table
Use find record card or get record card to get the exact record and save it in an array, say workflow.Resultrecord
Then u can use something like Workflow.Resultrecord[0].URL to get the URL column value of that record
Put that URL in video card using {x}
Is that what u need?
c
No I was thinking more like having the YouTube video actually embedded
Like, a thumbnail you can click play.
a
Ye that's what the video card is for
c
@astonishing-napkin-74260 yeah... I just don't want to upload the video I want to pull them from the database and dynamically display them.
a
That's why you feed the URL to the video card instead of uploading video. What am I missing?
🤔
c
@astonishing-napkin-74260 oh! I only saw you could upload! I did not know you could do that. I'll look
a
Great
U need to click on the {x} button to give a variable with the URL
c
Does it have to be a raw video?
a
I'm not sure. U can try giving the link without the /embed
78 Views