As mentioned in the title, i’m getting Error:undefined and Status: 422 if this action is performed in iOS, and it won’t get me anywhere.
Everything works perfect in Android.
Error 422: "the formula for filtering records is invalid: Uknwon field names: mese%20nome
As you can see from the blocks above, i specify “Mese%20Nome” (first capital letters) as field, and it actually exists in Airtable.
I think it’s iOS that automatically changes this field to lowercase letters and it won’t help me to go through (it recognizes “mese%20nome” and not “Mese%20Nome”).
I tried to force capital letter using the block “uppercase” but it didn’t work.
The tablename has also its capital letters but it seems not to be a problem
Please tell me there is a smart solution, changing all the tables/fields and all the blocks in lowercase letters will take me at least 4 weeks of pure stress.
I’m using direct API calls since Thunkable changed the Airtable’s blocks, so it’s an existing app with thousands of airtable’s related blocks.
Yes, i definitly will, i was trying t understand what was the best way to do it.
I’ve tried to change the “Mese%20Nome” to “Mese+Nome” as Airtable’s docs suggests.
But doing so it only works on iOS and not in Android, at least now that i’m doing the firsts tests.
Apparently the problem arises only using the “filterByFormula” in the URL