Hello friends,
I have nested RG so that I can display the list of items of the first RG as separate lines. My goal is to be able to then delete an individual line from the nested RG.
My use case is: I have a page for meeting notes and that meeting has tags. The nested RG displays each tag as it’s own line but i want to be able to delete a specific tag within the list.
I put a group inside of the child RG to then place the text of the parent group which is working fine - I can still see the name of the tag. I also added a group with an icon inside for the delete button so that it is clickable to start the workflow but when I try to build the workflow I can’t figure how to target just the specific line of the child RG.
My structure is:
Parent RG (type of content: Meeting data source: Search for Meetings) - working
Child RG (type of content: text data source: current page’s meeting’s tag name) - working
Inside of the child RG is a group that contains text cell of parent’s cells text - working
and inside of that group is a another group holding the icon for the delete button.
How can i connect that delete button to that specific tag?
Thank you!!!