Comments on: Power Apps Button Control OnSelect Property [With Various Examples] https://www.spguides.com/power-apps-button-onselect/ Learn SharePoint, Office 365, Nintex, PowerApps, PowerBI etc, SharePoint training and video courses Tue, 09 Jul 2024 05:29:40 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Lisa https://www.spguides.com/power-apps-button-onselect/#comments/928 Fri, 13 Jan 2023 23:32:02 +0000 https://www.spguides.com/?p=29446#comment-928 How is PowerApps button onselect change dropdown different from PowerApps button onselect update sharepoint list? I have set up buttons for the first example but my drop down values don’t update correctly. I do need to update the SharePoint list as well, but I’m unclear about whether a combo box is required for the second example or not.

]]>
By: Alexey https://www.spguides.com/power-apps-button-onselect/#comments/612 Sat, 22 Jan 2022 19:49:56 +0000 https://www.spguides.com/?p=29446#comment-612 to my previous comment: Collect works perfectly as well as Navigate but only separately

]]>
By: Alexey https://www.spguides.com/power-apps-button-onselect/#comments/611 Sat, 22 Jan 2022 19:45:49 +0000 https://www.spguides.com/?p=29446#comment-611 Hi Bijay, thank you for this article, very helpful for beginners like me. However, I have a simplest question about multiple functions for one button. I find everywhere information about putting “;” sign between commands but it doesn’t work for me!

My code for OnSelect: Collect(
Requests;
{
Requestor: Orderby.Text;
Email: Email_2.Text;
Executive: Director.Text;
Priority: Dropdown1.SelectedText;
Message: TextInput1.Text
}
)
;
Navigate(ConfirmationRequestScreen;Fade);

But has to create a new item for collection (gallery) Requests and set next screen, however I see an error “Unexpected sign”.

Can you please advise what I am doing wrong?

]]>