Hello !
Hope you are all doing good.
I created a SharePoint and am customizing a form for it.
In this form i have a gallery to display and edit the content of my list.
I added several controls in my gallery to do as an actions menu. The problem when i open this menu in 1 item is it opens it in all the items (also If i click the button "Edit" that toggles my gallery from display mode to edit, it does it for all the items not only for the current one...and it seems to be doing the same for the save and remove actions)

in the elipsis icon's OnSelect, I have : UpdateContect({varMenu:!varMenu}) so when i click the button it opens and closes the label that contains the bettons.
The Visible property of the label contains If(varMenu,true,false)
and then the icons on the label have specific (long) functions ...that also apply to all the records.
would someone have any idea how to only keep the actions working on the current item ?
Thanks a lot for your time !!