How do i use click any component in Dynamic extension

if I make a complete design using dynamic extension…but I don’t know how to use any component for click to open…

If you want button click then try when any button click
and always use if then else condition, ie. if the component is isdynamic

try the same with any kind of component click

Hi, do you have any image of this instruction… I used dynamic extension for 30 buttons and many more… so I want any component for buttons…

Useless your comment…

will all the button do same task or different taks? better try with index method.

when any button clicked, get the id of the clicked component button then do the task. if you show how do you ceate the button then it will be easy for us to suggest you better

I create one button and one Level in dynamic extension for 30 times…if I click botton number 5, I want to show number 5 level text.if I click button number 20, then show level text number 20…that means any botton i click then show text of the level same number…

that is so simple.

get clicked button id
change this id into label id
then using this id make visible the label

Imagine here i have used but_{get global id} for button and lab_{get global id}

Atleast did you try it? Show us what did you tried? No one will provide you ready made blocks.

How do i use when any botton click for lavel text…i hope you understand…

this will give you exact lab id value on the button you clicked

Can you tall me about this… Image i mark…

First mark is to het clicked button id, it will give you as when you click the 20th button as bu20 but you want lable value of the nu20 so changing the bu20 to nu20 and taking request to tect value of the lable with id nu20

My friend can you Check this. When I click the button the call option start and take number from level text
. Sorry to Disturb you. please forgive me and help me…

Please help mr

What did you for the above work?

see my image,and give me solution

do no t know what is your problem? did you try that method? what did you get?

when I click button show nothing

help me to create when any button click function to work with call