Button that identifies the repeater cell

Hello
In a Repeater I have a group with a text and an icon.
The icon takes you to a popup with a button to delete the text that is in the Repeater.
But, this delete (external) button cannot identify the current cell inside the repeater.
How can I make this Delete button work?

Hi there, @carloslf7… in the workflow where you show the popup, use the Display data action to display the current cell’s thing (or the parent group’s thing) in the popup, and then you should be able to delete that thing with the button that’s in the popup.

Hope this helps.

Best…
Mike

@mikeloc,
It worked. I’ve been trying to do this for a while by searching by ID.
But this way is extremely simple, because it is probably the most correct.

Great.
Thank you.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.