Hi,
I have created a zap that receives data from Zoom, from a specific webinar.
When in Zoom a new participant is registered to this webinar, my Zap receives the participant details from Zoom. (trigger: New Registrant in Zoom).
I think there could be a bug in the “New Registrant in Zoom” code, because the personal link of the participant, the one to participate at the webinar, is truncated (both in the test trigger window and in the google spreadsheet where it’s passed to in the zap).
For example, let’s say that the last part of the link is
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&uuid=WN_bAeSHmnJTSGtb_yYNQqjGA
the received part is truncated right before the “&”
so the last part of the link is now AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
and obviously the link is not valid anymore.
How can it be fixed?
Thank you