Show element in a single cell of a repeating group

i have a repeating group of posts, and i want to show an “Edit” icon ONLY on the cell’s that corresponds to posts created by the current users, so the user should be able to edit his posts, but not others.

is that possible? how?

Add a condition to the edit icon: When current cell’s post creator is not current user > uncheck “this element is not visible”

Or you can do it the other way around. By default, have the icon not visible (under the appearance tab) and the condition would be When current cell’s post creator is current user > check this element is visible

1 Like