The operation createlabel cannot accept the arguments, [1], nothing

Hello friends in my app i am using
*Dynamic Card View
*Dynamic Image View
*Dynamic Lable
showing images in card view from “Airtable” Dynamically and i am ably to show images successfully but i am facing problem when i am trying to show lable, i am using same method as i used for image but it is not working. Sometimes it show lables well but when i switch screen it gives error

**Error:**the operation createlabel cannot accept the arguments, [1], nothing

please see this image below:
bad auguement

i am trying to show every lable dynamic in dynamic card view
airtable

this is how it should work

Maybe dynamic card_view isn’t created because if you see the error it says cannot accept arguments 1 (id - get number) nothing is in arrengement

image

Also, i don’t think using of the label here

In the arrangement you should use any one arrangement and not a id. That is wrong

can you plz help me with blocks how i should do it,
same block is working with dynamic image but not work with Dynamic Lable

i am trying to show every lable dynamic in dynamic card view
airtable

this is how it should work

yes i tried this (id get number) but it only works for 1st time when i switch activity and get back to main screen it shows error


Can you send me your demo aia here or in pm

Demo.aia (238.1 KB)
Please check

Try this and see if it works for you
Demo_2_2.aia (238.2 KB)

1 Like

Do know your mistake?

You hve created both dynamic card and label at the same time… Just move this calling cat list procedure after the card creation like this, and test it

1 Like

@dora_paz @Still-learning Thanks i got it, I was creating dynamic card and label at the same time

2 Likes

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