How do I put a data binding where a string is expected?

Thank you so much @mebeingken this is way beyond my expectations!
Very nice way to wake up :smiley:

Sadly, it doesn’t work for me.
Two issues:

  1. The ‘ready on’ doesn’t trigger (perhaps because of it being a SPA NodeJS page. I’ve posted a bug report for this. )

  2. Regardless of how I trigger it (I’m trying manually with a button first). Your code still doesn’t work with the variable from my Server Connect query :frowning:

  • I have removed what I had and copied your code in
  • It works perfectly fine when I use a static value:


But now, trying to trigger it automatically doesn’t work.

I’ve tried:

The above things cause: player.js:2 Uncaught (in promise) Error: An id or url must be passed, either in an options object or as a data-vimeo-id or data-vimeo-url attribute.

But I got it working: by putting the a dynamic event on the server connect itself. So when it’s done it triggers the flow that you’ve created

However now I’m dealing with another issue that the server connect is triggering twice, but I got another thread about that

Many thanks, learned a lot from you!