Hi,I am working on a project requiring syncing complex data to Airtable. After having errors due to some columns containing json data (working on a Python script), I switched my API queries to typecast=true which solved my issue (json data is convert...
Hi,
I amm having a strange issue with MID(X,1,5) returning more than 5 characters and LEFT(XX,10) returning more than 10 :slightly_smiling_face:
Is this a known issue ? Any clue to make it work ? See attached screens
Valérian LEBERT
...
Yes emoji sometimes are tricky and counts double because there are encoded on 2 octets.
I got it:
:white_large_square: and :black_large_square: are not “emojis” because they exists in ASCII
:yellow_square: is emoji.
In my case the only workarou...