Hi,
in similarity to this post:
i’m now trying to create the same thing just with video.
I’m attempting to push the following into the item updates:
1 \\n\\n<u>Attached video</u>:\\n <video src='${req.body.mediaLink}' controls />
;
and it works, besides the video itself, there’s no trace of it. The result :
as you can see, everything’s included but the video, yet, when I am doing:
1 \\n\\n<u>Attached screenshot</u>:\\n <img src='${req.body.mediaLink}' />
;
it works and renders the image.
any ideas?