show and hide a reload button dependent on users (restrict by users)
We have created a button to reload our data on our applications (through the dev hub -widget). It would be ideal to only let super users use this functionality. Is there a way to show and hide a button depending on the users? Something like, if user = XXXX, then show else dont. Similar to how section access works but for a widget.
Work around should be there, Create that button into Master Item and drag container object and use mater visualization with condition of If(Match(OSUSER(), 'X', 'Y', 'Z', ...), 1,0)
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful