I Used Dynamic Compponent Extension for my app, but I Continuesly Got Error:
Please Check my blocks and help me to solve it
I Used Dynamic Compponent Extension for my app, but I Continuesly Got Error:
Please Check my blocks and help me to solve it
The error itself says everything!
ID is already used. Use different ids for each component.
Try this:
For card view1 set id to 100 + get number
For another component 200 + get number
Or
Use join text block and attach
Card view 1
Get number
Are you calling this procedure anywhere else? Everytime when you call this procedure, make sure that you clear-off all IDs before
No, I Never call it anywhere else except here
So when do you call this procedure?
Your are trying to select 4th item from a list which only has 3 items
How many images do you have in your cloudinary database?
I Have lots of images available but i manage this data using airtable spreadsheet. there are only 3 row available
The error may be here You are fetching only 3 rows(items) in total and then trying to select 4th item from them
I Use Block: LENGTH OF LIST
and there are only 3 rows so why it try to connect with 4th?
Just change one block.
length of list get global image in place of name.
I think in your global name list there are 4 items but in global image 3 items thats why this error occurs.
In Every variable list there should be same number of list items.
I Changed it but when i refresh screen 3 to 5 times, i got that error…
I don’t know how is it possible?
Try in apk.
Problem is still getting?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.