Hi- I am encountering a weird data issue that when I’m writing the IG channel ID json payload into the bubble database, it is rounding up the number when it’s entering the database:
json payload channel ID: 9713738672026327
bubble data base channel ID: 9713738672026328
This is quite annoying because I can’t trigger any of other WF with a round channel ID
As @J805 mentioned, try changing the ID fields to text.
As a general rule, only use numeric fields when you need to perform mathematical operations, sorting, or comparisons like greater than or less than. If the number is meant to be an identifier—such as an address number, document number, phone number, or anything similar—use the text data type instead.