Hi Everyone,
I am trying to create an interface in an app when the user clicks on Card view, the user gets to know which column they had clicked.
I want to get the text the User has pressed in the list, I know how to get text using dynamic components but I want to get text in List made with Dynamic Components by @yusufcihan .
Is it possible to get the text and display it on the label on which the user pressed on the List?
In the blocks given below it only get the text of the last item I click.
You can set the component paramter in getProperty method to the component variable ( in the any cardview clicked event).Also why you added this statement before your blocks?
@Mohamed_Tamer thankyou for your quick reply,
As you can see in my blocks I have already used get property block, my problem is that only the last item responds and gives the text in it, I want all the item to respond and return the text in their item.