[SOLVED 3/4/24 8:21 PM EDT] Question Regarding Custom Layouts Components

Hi Community,

Screenshot 2024-03-03 at 6.11.07 PM
I have added a Button in Custom Layout. when the user clicks it should show a group with values of that particular Row.
For example, when the User hits it, it shows a text input from which the user can copy the text in that particular Row.
Screenshot 2024-03-03 at 6.15.35 PM
New rows are Created by Cloning the Primary Row.
The Values of Texts are Saved in a Local Datasource with Component IDs also,
Could Someone Explain and give blocks to how to do so?

Thanks

The best way I can think to do this with cloning is to use the Generic event block.

In short for this event block, you’ll want to loop through all of the clones, set an app variable for all occurrences of this icon and if that list contains the button, label, etc. the user has just clicked, do whatever action you wanting. Here is an example below I made a while back for clicking on a couple of different labels that are part of a cloned list.


Thanks for your Reply,
I forgot to update it on the post that I have solved the issue,
I figured out a way to Solve this issue, I used multiple data fields, lists, and other values which made it easy for me to do so.

Thanks

1 Like