RaYzZz
(Gianluca Franco)
October 26, 2025, 1:16pm
2
Hi,
What error are you encountering?
Also, I see you’ve created six procedures to perform two operations that, if I’m not mistaken, are almost identical.
DRY!!
"Don't repeat yourself" (DRY) is a principle of software development aimed at reducing repetition of information which is likely to change, replacing it with abstractions that are less likely to change, or using data normalization which avoids redundancy in the first place.
The DRY principle is stated as "Every piece of knowledge must have a single, unambiguous, authoritative representation within a system". The principle has been formulated by Andy Hunt and Dave Thomas in their book The Pragmat...
A suggestion, you could use a schema that would save you a lot of blocks, and once you understand how it works, it makes everything much simpler.
So Welcome, Everyone today in this guide I will show how to make different listviews using @yusufcihan 's Dynamic Component Extension. It is fully Customisable According to your needs.
So Let’s Begin
1. Simple ListView (Icon, Title & Action Button)
• Layout
[image]
• Inputs
[image]
Icon : Url
Title : String
Material_Icon_Name : String
For Material Icon Name Click Here
• Blocks
[blocks]
• Schema
{
"name": "Simple ListView",
"metadata-version": 1,
"author": "Maayur (rewritten …
Introduction
Hello everyone I am Sumit kumar as you know @themaayur has published a guide about 5 different listview just that same in this guide presenting 5 more designs by dynamic component by @yusufcihan .
without wasting time lets go guys
Designs Name
1. Leaderboard
2. Follower List
3. Fantasy Team Player List
4. Shopping List
5. Transactions
Lets Start
1. Leaderboard
Preview
[IMG_20201212_172436_958]
Blocks
[blocks - 2020-12-12T162518.900]
Parameters
1st :- Rank or ID
2nd…
EDIT: I will keep this topic for all my questions regarding this project of mine, since this is my first project with Dynamic Components and Schema. I belive many can get answers by reading this topic, since I will edit first post with my questions and solutions. If any moderator is against it please PM me!
1st question: (Get value/text from label)
1st question
Solution for my 1st question:
Solution
2nd question: (Get data by pressing image)
2nd question
Solution for 2nd question:
So…