PowerApps
1295 TopicsPowerApp forms get stuck on "Getting your data..."
Some, but not all of my SharePoint Forms that are built using PowerApps are getting stuck saying (Getting your data...". The strange thing is that sometimes the data will load then this will happen, or I can click out of the form and reopen it and then it will work. Anyone experiencing a similar issue?253KViews0likes54CommentsSend a Mail When a Field in a SharePoint List has a value of Yes
Hello We have a SharePoint List that people can add to / edit etc... We want to have a Flow that monitors this list and when a field changes to Yes we want a email sent to a person that basically says "ID 123" has changed Any idea how this can be done?How to Update a Field through a button's OnSelect Event
I've watched quite a few PowerApps videos this weekend and feel I have enough knowledge to try my hand at customizing some forms this coming week. However, something very basic escapes me and I didn't see it addressed in the vids I have watched thus far. In InfoPath or visual basic like environments I have used in the past (e.g. Access modules), it was easy to update a field via a button push event (or clicking some button-like graphic). Something like... Status.Value = "Complete" This does not seem as straightforward in PowerApps. In the form below, I want a quick way to mark a task as done, by clicking on a "button". I would probably replace the Status dropdown with a read-only field or label eventually. I figured this formula should work, but nope. What am I doing wrong.146KViews0likes15CommentsHide or show field based on another field value
I would like to have the user make a selection from a SP choice field, and have other fields either get hidden or displayed based on that selection. Is this scenario possible? When user selects Option 1 in the first field, "Additional Text entry field 1" is displayed, and "Additional Text entry field 2" is hidden. Choice Field Option 1 Option 2 Additional Text entry field 1 Additional Text entry field 2You are not authorized to send mail on behalf of the specified sending
Hi, I have sharepoint list when user submit data into sharepoint list email send through MS Flow. when i use generic email id in sender option getting following error if i remove that account and allow submit user account than its work fine. pls guide what is an issue and how to fix it. what permission should i give to email account.Using SharePoint List Choice field in PowerApps
Hi all, If you've tried to create a PowerApp that filters or searches on a choice field in a SharePoint list, you may have found that it doesn't work. This is because today, PowerApps expects the filtered/searched fields to be text fields. I found a simple work-around for this by using a Calculated field in SharePoint for the choice field as PowerApps treats calculcated fields as text fields. In the example below, the field I'm interested to search on is a choice field called bugStatus. Instead, my PowerApp uses bugStatusValue in its search field.Power Automate - ActionBranchingConditionNotSatisfied
Hi, I'm trying to setup power automate flow to send an email, based on a choice selection within a list. Example someone submits a request and the column "Status" automatically sets to submitted until it is reviewed. Once reviewed and if accepted, I want an email to be triggered to the requestor. So once "Status" column changes to accepted the email should be triggered. I've configured the flow (screenshot below), but I get the following error: ActionBranchingConditionNotSatisfied. The execution of template action 'Send_an_email_(V2)' skipped: the branching condition for this action is not satisfied. Can anyone advise where I'm going wrong? Thanks in advance