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
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
180 | |
52 | |
41 | |
38 | |
28 |
User | Count |
---|---|
255 | |
81 | |
71 | |
68 | |
66 |