Hi how to set different I’d in dynamic component
ADDYLIN
(ADDYLIN)
August 29, 2020, 12:39pm
#2
Check this Guide -
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 …
See how he is setting Unique ID’s for every Component.
1 Like
Soham_Shah
(Soham Shah )
August 29, 2020, 1:26pm
#3
You can simply use a math add function to add 1 to last used id
1 Like
Rogerio_Rios
(Professional Support)
August 29, 2020, 2:07pm
#4
I think this value already exists as a return on these components dynamamyc. I asked that question months ago and someone showed me how to do it. I can’t find the post …
Rogerio_Rios
(Professional Support)
August 29, 2020, 2:11pm
#5
This
By the way, you don’t need to have a variable for ID, you can use Last Used ID block and increment with 1.
2 Likes