Notifications
Announcements
Patch(NEMO, BrowseGallery3.Selected,{'Maximo Status':{Value:"Closed"}})
Patch(NEMO, BrowseGallery3.Selected, { 'Maximo Status':{Value:"Closed"}, 'Name Column': User().DisplayName } )
Hello, I hope you are well.
I have a question about how you want to store user information. Here are two possible solutions:
The first: If you have an application where you want to save the user who made the last change, you can take advantage of a feature in SharePoint lists called “Modified by.” This column stores the account of the last user who made any changes.
The second: If, on the other hand, you need to store the change manually, meaning you enter the last user who made the change, you can have a field in your list of type “Person.” In the form, when saving and/or updating, you should accompany it with the following code:
Patch(NEMO, BrowseGallery3.Selected, { 'Maximo Status':{Value:"Closed"}, User: { 'odata.type': "Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", Claims: "i:0#.f|membership|" & Lower(combobox_user.Selected.Email), Department: combobox_user.Selected.Department, DisplayName: combobox_user.Selected.DisplayName, Email: combobox_user.Selected.Email, JobTitle: combobox_user.Selected.JobTitle, Picture: combobox_user.Selected.Picture } } )
Where “combobox_user” is the “person” type element that appears by default when you add your form.
It would be great if you could share more details about what you want to do. Likewise, if you have any questions or comments, feel free to write to me.
Patch(NEMO, BrowseGallery3.Selected,{'Maximo Status':{Value:"Closed"},'Verified Complete By': User().FullName})
Patch(NEMO, BrowseGallery3.Selected, { 'Maximo Status':{Value:"Closed"}, 'Verified Complete By': { 'odata.type': "Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", Claims: "i:0#.f|membership|" & Lower(User().Email), Department: User().Email, DisplayName: User().FullName, Email: User().Email, JobTitle: User().Email, Picture: User().Image } )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 711 Most Valuable Professional
Michael E. Gernaey 319 Super User 2025 Season 2
Power Platform 1919 268