how to display data using the dynamic component extension, so when you click the button the data appears on the screen so if you use a block it is limited to display the data.
Try making this simple by mentioning the main point of your needs,
Maybe its me who don’t understand what you mean, are you referring to when item/card etc clicked? . So try keeping it short but sharp
so when I write data in several textboxes then when I click the button the data appears on the screen and the block I use uses many labels so it is not efficient.
so when a lot of data is written I have to create more labels too, which I hope using dynamic components or whatever can help
Use add items to the list with incremental logic along with dynamic comp.
First make a dynamic componemt in a procedure with add helper variables in the required places, and the When button is clicked, increment the value, and use this procedure to add text box values into the needed helper variable block places. Simple


