I connected my GoToWebinar account to Make using the native connector. I’m using the trigger “watch webinar creation”: it triggers when a new webinar is created. What I need to do on Make is to activate the automation (OK) and get the webinar ID (or webinarKey), and this is where the problem comes up.
In fact, when a webinar is created, it appears on Make with a webinarKey (5844756865172022000) different from the actual webinarKey (5844756865172022617).
I got in touch with GoToWebinar support and they told me:
The issue is that the number is getting rounded.
This happens when your code is on JavaScript, the solution is to add the following library into your code to avoid the numbers getting rounded.
You only use the integration but you’re not from Make.com, right?
This change needs to be done by the Make.com people.
Working with extremely large numbers in JavaScript - DEV Community
So I have 2 questions:
- can you please fix this issue? what timing?
- in the meantime, any workaround for this?
Thank you,
Luca