I’m not sure if this could work but if you could start a workflow WHEN the video starts you could create your own timer that starts ticking at the same time or WHEN the timer starts if you could make your own with Javascript that references the video’s time in real time (which would be the best way) and a datatype of all the comments with time stamps, a field for which comment box it’ll appear in which is chosen using a Random String from 1 to 5 called Comment Box and a field for the video itself; the datatype would be called something like Video Comments. You’d then a few groups like in your image dotted around the video which show depending on the comment box field in the datatype. You’d then have When Do a Search for Video Comments with the constraints Video = this video and time stamp = Your Timer’s time and then on the comment boxes you’d have a text element in each of them with your profile image and time stamp and a condition on each comment box “When Do a Search for Video Comments with constraints Comment Box = 1 this is visible” with not visible on page load ticked for the first comment box, then do that for each of your comment boxes.

I think the hardest part is getting the time from the video but it definitely can be done.

1 Like