Hi all,
My form is connect to the list in SharePoint
I want only the user who created the Item to edit the Status field.
I tried several options but could not find the right formula.
Is it even possible?
Thanks in advance,
Maor.
Solved! Go to Solution.
Hi @Maorzd23,
Did you mean that you still want other users to be able to see this item, but just unable to edit one of the field called Status in this item?
If this is your requirement, then this could be simply achieved by setting the Visible property of the data card of this field in EditForm to:
If(Author.Email=User().Email,true,false)
After this, this data card would only be visible when the current login PowerApps user is the Author of this item in EditForm. Other users won't be able to see this field in EditForm, but they still can edit other fields of this item and can see the whole item in DisplayForm.
Regards,
Mona
Hi @Maorzd23,
Did you mean that you still want other users to be able to see this item, but just unable to edit one of the field called Status in this item?
If this is your requirement, then this could be simply achieved by setting the Visible property of the data card of this field in EditForm to:
If(Author.Email=User().Email,true,false)
After this, this data card would only be visible when the current login PowerApps user is the Author of this item in EditForm. Other users won't be able to see this field in EditForm, but they still can edit other fields of this item and can see the whole item in DisplayForm.
Regards,
Mona
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
195 | |
67 | |
46 | |
41 | |
28 |
User | Count |
---|---|
256 | |
119 | |
86 | |
84 | |
81 |