LoginRegister1.aia (698.3 KB)
Quite surprize. If you do not know it then how do you design further blocks? Better you can read about about basic blocks and setup to strengthen your coding logic
LoginRegister1.aia (698.3 KB)
Quite surprize. If you do not know it then how do you design further blocks? Better you can read about about basic blocks and setup to strengthen your coding logic
your edit in whish screen it doesn’t work
as first item in the list to be displayed in the spinner have a text like “Please select an item:”, so the list could look like this
Please select an item:
a
b
c
d
then in your procedure reset set Spinner1.SelectionIndex to 1
(i.e. the first item with the text “Please select an item:”
Taifun
I made changes in screen 5,6 and 7
when i receive data in airtable table speasily in Arabic language like this photo i want to recive them as Arabic language
You cannot send directly the arabic langugae from kodular to airtable. You may use arabic in app but if you send it to AT use web uri encode block, this will save arabic lang as alphabets with extra symbol. While get item from AT use wenbURI decode, this will convert the code into arabiv
show me please an example
This is for decode to convert uri code to arabic
The same way use encode to convert arabic code to uri code then save into airtable
not working do you have the aia project
can you elaborate or share screenshots?