I have a quiz app in which to upload questions to the AirTable via the admin app. The English question is being easily stored, but the Hindi question is not being stored through the Admin App. what to do ?
English Question Successfully Added
I have a quiz app in which to upload questions to the AirTable via the admin app. The English question is being easily stored, but the Hindi question is not being stored through the Admin App. what to do ?
English Question Successfully Added
English upload sucessfully.
Hindi not uploading
Use uricode block to encode and decode.
While you send, use encode. While you get data from airtable use decode. This way you can retain
This is my quiz admin app,please help me
Hindi upload k liye esme jo bhi krna h ,kr do esme…please please
you cannot save directly the hindi text from kodular to airtable, but you can save it as Encoded formatted then decode it while retrieve
Follow like this
If you want to save as hindi text then prefer google sheet
The community language is English. Please translate your posts
Taifun
Share your blocks, right now no need of aia
My problem is that when I send data in Hindi to airtable through admin app, it gets displayed in airtable in the format “E0%A4%89%E0%A4%A6%E0%A4%9C%E0%A5%8D%E0%A4%A1”. The data displayed in the quiz app is the same as in airtable. So the main problem is in the admin app, that the data sent in Hindi gets saved in Hindi only, instead of getting displayed like “E0%A4%89%E0%A4%A6%E0%A4%9C%E0%A5%8D%E0%A4%A1”
I have sent you the .aia file of QuizAdmin App, please make corrections in it and send it back