I have a Page that is using an Dataverse Form called Game Create Form (Web). The Form includes a couple of Lookups for Type and Publisher and a couple of Choices for Category and Mechanism. In testing my Site, I navigate to the Game Create Page that contains the Game Create Form (Web). I would…
Month: July 2024
Adventures with Power Apps: Fun with the NumberInput Modern Control
When I need to capture numeric data in a Canvas App I use the Classic control, TextInput. I set the Format property to Number, which forces the TextInput control to only accept numeric characters. The TextInput control also supports setting the value of the Default property to Blank(). Doing this allows me to force the…
Adventures with Power Platform: Troubleshooting Sharing Apps
Sharing Apps, Flows and Connections can often times be challenging, especially for those new to the Power Platform, so I thought I would take a look at troubleshooting some of the common challenges and resolutions when it comes to sharing these components. We will first look at sharing Power Apps, both Canvas Apps and Model-Driven…
Adventures with Power Platform: Fun with Connections and Connection References
Recently I deployed a solution that contained a Canvas App that grabbed data from a SQL Server using two methods: Deployment seemed to go fine, but I noticed my flow was turned off. I tried to turn it back on and received a nasty error message. Just for kicks and grins I ran the Canvas…