Repeating list current user equal to creation user

Hello bubblers,

once again im stucked and would appreciate some help…

I got a repeating group, where my users can create items. Now I want to display a delete button in the item but just if the user logged in, is equal to the user who created the item. I did a “do when condition ist true” item. But I don’t really know how to get this work…

If anyone got an idea I would be thankful :slight_smile:

Lukas

By using conditionals you can either hide or show an element when its true, for instance a button that delete something. Then build the workflow for the button. This is an example:

1 Like

Thank you. Totally forgot about the conditions… _

1 Like