I go directly to a page with the following info
1)From the simulation on my PC I can see
It’s what I want to see .
When I download this App to my Iph 10 I see
I don’t see what I can do , can some one help ?
I go directly to a page with the following info
1)From the simulation on my PC I can see
I don’t see what I can do , can some one help ?
I have replace the elements of my airtable with shorter informations
The page of my Iphone does not display them (it remains two blank colums) !!!
But the simulation on my Pc work fine , I conclude dat is not a question of size of the data from my information in Airtable
When running the downloaded iOS app:
What is the value of the green error
block?
What is the length of the green rows
block?
Is it possible your Airtable data is set to private?
Hello tatiang
of you want to get access to the airtable , in other word do you want the user ID and the password
Have you tried the project from your phone using the Thunkable Live app?
Does the List Viewer
shows in the Thunkable Live app in the phone?
If you want to give someone access to your table or Airtable Base, then just use the Share button. No need to give anyone your ID/password.
I’m just looking at your code and I can see a number of ambiguities. I wish you can explain them.
app variable J
in the function but not used anywhere in this function.error
block inside the loop which does not make it workable.These are my observation on your shared code.
@muneer j is used as the object in the get property
blocks.
The app variable J
is in capital and the one in the loop and used in the property block is small.
Sorry, I should make it clear.
I use glasses so basically I look at the code with 4 eyes.
The is a initialisation not well done for the but seams to work !!! I get the list in my PC emulation
Indeed the error in the loop is not seen , iI will put the error outside the loop .
I will correct these mistake and make the test one more time
I see now what you mean. Yes, J was not used but j was.
Thank you, I needed your assurance.
I have reinitialise the J (replace the “J” by “j” ) and put the Error outside the loop
The result on my PC emulator is still ok
Uploading: Privaty-11 2022-02-14 .png…
I don’t get any error.
I will download the App to my Iphone and I will keep you posted
Variables inside loops such as (i and j) are auto initialized and do not require any initialization blocks.
Your latest code still have the green error block
inside the loop. It should be outside the loop.
The loop should be inside the condition to test the green error block
.
You do not need two lists. Add the items directly to app variable Listof Privaty
You do not need to assign one list to another every round of the loop.
I have remove the initialisation (not needed).
The error is outside de For each item in the list . After this loop I have a If error Then show the error into LabelResult
I have remove the Listof PrivatyTmp .My list is still ok on my PC emulation
I download this last version to my Iphone ; I will keep you posted
Have you tested your project using the Thunkable mobile app? This saves you the download and installation process.
ahhh ok I do it now
Hummm the same problem !!!