Dynamic variables are causing issues

Hey @Steven_Rothwell, it looks like you’re using externalId to store values of different data types, which is why you’re resorting to using dynamic. Feel free to correct me if I’m mistaken. If my deduction is correct, could you consider modifying the schema to have multiple arrays, each with a specific data type? This might help you avoid using the dynamic type.

Thanks,
Mahi