web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : IRQmYP/q0XiGK6NB92WObH
Power Apps - Building Power Apps
Unanswered

I'm using SharePoint Forms in Power Apps and when i click button it works for some user and not other

Like (0) ShareShare
ReportReport
Posted on 27 Jun 2024 11:27:38 by

Hi, 

 

So i have Button on a form, and when i click it move the Status to Approved. It works all the time for me but not all the Time for other people. 

 

here is the Code, 

 

EditForm(SharePointForm1);
SubmitForm(SharePointForm1);
 
Patch(
    'Form name ',
    LookUp(
        'Forms name ',
        ID = SharePointForm1.LastSubmit.ID
    ),
    {
        'Completed By': User().FullName,
        'Form Status': {Value: "Completed"}
   
    }
)
 
Problem 1 it works some time for other people, but all the time for me 
 
help3_0-1719487436733.png

Number 2,  I have a trigger  to send an E-mail once the form is in a status, so when the change does not happen it triggers and  sends an old E-mail for the status it is current in again.

 

Thanks for you help in Advance 

 

 

 

 

Categories:
  • mmbr1606 Profile Picture
    13,441 Super User 2025 Season 2 on 27 Jun 2024 at 11:30:24
    Re: I'm using SharePoint Forms in Power Apps and when i click button it works for some user and not other

    hey @help3 

     

    which issue do the other users where it does not work get? My first guess is, that it could e related to permissions on your SP list.

     

    Did u make sure, that the users have the right permissions?

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

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.

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Loading complete