Forum Discussion
Pn1995
Mar 13, 2019Brass Contributor
Security on PowerApps Field
Hi We have a very simple PowerApps form. On two of the fields we have controlled who can edit these by adding a "DisplayMode" formula as If(User().Email = "xxx@xxxx.co.uk", Edit, View) ...
TimLB
Mar 13, 2019Iron Contributor
I would use a collection variable with the values I want everyone to have already in it. Then when the form loads check for user XXXXX and add a value to the collection. May be some funkiness binding to a collection though as I'm reading through other's experiences doing this though.