Did Webhooks Start Defaulting Values as Integers Overnight?

This topic was automatically generated from Slack. You can find the original thread here.

Did something randomly happen overnight? A bunch of values from webhooks are now being considered integers by default.

When you use the value later, you could cast it to string

Like this: {{steps.trigger.event.phone_number.toString()}}