Hi Guys,
so this is what I want to achieve
we have a setting button that is visible for us who are in the admin list and then you have that one with everything
what I want to have know is that a PO can only see the setting button on the Product he owns and I want to do that with a List on sharepoint and a VAR on powerapps.
this is what I have currently
I've created the list on sharepoint with 2 required fields
a name and a service field that is a lookup from another list
this is what I currently have
Set(VarSO, If(User(). in 'SO Groups'.Name, true,false));
SO Groups is the name of the list on sharepoint I'm not sure have I can fill in the name column in here because the rest I can figure out myself but what I need to fill in at this point If(User().???? is a riddle for me