In the test data Zoom is returning unique IDs as expected. These match actual API queries. When the actual data comes in the ID is replaced with the webinar ID.
Test Data ID: zb2y7tbGTC283ZqFc4Lvsg
API (JWT) ID: zb2y7tbGTC283ZqFc4Lvsg
Live Zap incoming ID: 82649343907
This of course bombs the zap since the ID returned isn’t unique, it’s just the webinar ID. Azure won’t take non-unique IDs.