Attempt to get item no 3 of a list length 2

I know how to fix it.

When you create dynamic card view on your first click then single card view will be created.

On second click 2 card views are created one with value and one with blank. Thats why this error occurs.

You can fix this by deleting previously created card views and re create them on each button click.

No extension needed.

1 Like

Ohh…thanks for the solution…
I always used dynamic component extension to solve this error. :sweat_smile:

2 Likes

I will try it later, :grinning:

Arrange your all dynamic components in a procedure and call this procedure whenever necessary.

2 Likes

That’s what I said the whole time.
“Look global count. It is a counter.” :point_left:

1 Like

Maybe @Xoma did not focus on this point. :sweat_smile:

what will happen if I set global count as counter?

It is already a counter. You were setting it as index. That’s where the error occurred. :sweat_smile:

1 Like

Count again…?! :grinning_face_with_smiling_eyes:

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