Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

External User - Canvas App - Button OnSelect should update his entries into a sharepoint list

(0) ShareShare
ReportReport
Posted on by 2

Hi everybody,

Hopefully someone is able to help me 🙂  !

I need help to patch a sharepoint list, when an external user hits on a button.  I can't see a problem here.

 

The external user has been added to the sharepoint list for access as a guest user. 

 

After the external user hits the button "Termin buchen" , nothing happens. The sharepoint list doesn't fill the entries from the user.

 

button_on_select.png

 

Button "Termin buchen" - On Select:

Patch(
Rolloutdaten;
LookUp(
Rolloutdaten;
ID = varselectedApt.ID
);
{
Kommentar: Kommentarbox_1.Text;
Status: "gebucht";
Rollouttyp: "HO";
Teilnehmer: Emailbox_HO.Text;
Abteilung: Abteilungbox_HO.Text;
Telefonnummer: Telbox_HO.Text;
PCName: Pcnamebox_HO.Text;
Straße_Nr: Straßebox_HO.Text;
PLZ: PLZbox_HO.Text;
Ort: Ortbox_HO;
Vorname: Vornamebox_HO.Text;
Nachname: Nachnamebox_HO.Text
}
);;

Navigate(Termin_buchen_screen)

 


Can anybody help? That would be great.
Greetings!

Monika



 

  • monikakokot Profile Picture
    2 on at
    Re: External User - Canvas App - Button OnSelect should update his entries into a sharepoint list

    Hi Qi,

     

    Thanks a lot for your answer. I changed the permission of the guestuser to edit - I will try it again.

     

    Regards,

    Monika

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on at
    Re: External User - Canvas App - Button OnSelect should update his entries into a sharepoint list

    Hi @monikakokot,

    Do you want the external users to update the SP list in Power Apps?

     

    As I know, PowerApps has already supported to share an app with guests. However, guests may only be assigned the Edit permission, and not the Co-owner role, for apps shared with them. This means that the shared app is read-only for the guests, edit or create is not allowed for guests.

     

    In a word, if you want the external users to update SharePoint record in PowerApps, you should make sure that you ahve assigned the full access or Edit permission  of the SharePoint list to the external users.

    vqiaqimsft_0-1667528621644.png

     

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,679 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,015 Most Valuable Professional

Leaderboard