๐Ÿ™๐Ÿผ Help with QUIZ App

Hello. Iโ€™m trying to make a Quiz APP. But with this blocks, only the image load. What is the problem?

Never keep cells empty in airtable

So I write โ€œโ€ฆโ€ for example?

yes you can write any thing
I prefer to write โ€œsampleโ€

Ok. Iโ€™ve done it but it give the same error. The question dont load and the picture yes

your table is set to General and not โ€œ1โ€

Nop. Look at the procedure โ€œQuiz 1โ€

1 Like

Everything seems correct to me.
Can you disable the blocks (to get cell for image and changing id for it) and tell me the result

1 Like

If I disable the blocks that are about the image, the image donโ€™t load and the question yes

do text come if you disable the image blocks ??

1 Like

Yes, I donโ€™t know the issueโ€ฆ :persevering_face::persevering_face:

I get it why it is occuring (not sure)
It happens to mee too.
The block to set get variable id to 2 gets executed just after the get cell call even before the condition checking for got cell is completed. ==Bcz airtable take some time to give data while the another block get executed instantly.==

1 Like

What can I do for fix it? :hushed_face:

Just put the image blocks inside Got Cell [ else if IDVariable=1 block. ]

1 Like

So I have to create more procedures, right? I cannot do it with only one

No. Just put those two disabled blocks below
Set Pregunta.text to getvalue <<< just below them

Im sorry, this is the way you can put your data in your Airtable so you can retrieve all you need in a single request

And then, with your blocks you just sort the data from the value of the cell

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.