Hello Everyone
I was creating a food delivery app and used cloudDB to take the input of users to store it in a list view . But I got this error message. The operation Elements cannot accept the arguments["List"]. I am attaching a copy of my code. Please get back to me as soon as possible.
TIMAI2
June 28, 2021, 11:35am
2
Unable to view your blocks properly
Before you ask a question / open a new topic
please take care of the following points:
The forum was previously searched for similar topics / issues.
Give a precise (detailed) description of
the issue / bug,
the goal.
Show the (relevant) blocks (images, screenshots of blocks in high quality).
Debug your blocks (connect to Companion and right mouse click: → Do it).
Name the Android / iOS version running on your (test) device.
Do not open multiple threads on the same topic.
If you haven't al…
ABG
June 28, 2021, 1:52pm
3
Export your .aia file and upload it here.
ABG
June 28, 2021, 2:07pm
4
Here is a wild guess, to tide you over until you can post source code:
When appending to a CloudDB list, be sure that the value for that tag has been initialized to a list.
P.S. I would avoid using tags like "List", to avoid collisions with reserved words. Any way, list of WHAT?