Webhook value for record ID now sending with a comma in the ID number... breaking automations

So, weird but fairly important bug…

When a webhook is fired via a workflow the ‘id’ that’s sent with the webhook data package used to send as an number without a comma… recently (i think just starting today) it started to send WITH a comma which breaks many of the record lookups that are based on the webhook ID that is sent…I’ve put a temporary fix in some of my workflows to adjust for the more critical items - but ya - is this something that can be reverted or am I perhaps mistaken about how these ID’s are sent?

Copying my answer from Slack here for discoverability:

I’m not seeing the same result in truth, would you be able to share the link to the workflow triggering this?

image

In certain situations, numbers were always formatted, but before yesterday we were not formatting numbers <9999 Which your IDs are…

But we shouldn’t have been formatting the IDs anyway, they should be the raw value in our DB