API Design for Power Apps @ Azure Developer Community Day 2021 (recording)
For all who have missed my session at Azure Developer Community Day 2021 enjoy the recording (GERMAN)… Session Details: “API Design for PowerApps“
For all who have missed my session at Azure Developer Community Day 2021 enjoy the recording (GERMAN)… Session Details: “API Design for PowerApps“
Once you have started setting up DEV, TEST and PROD environments in Datavers, the next big question arises. How can I transport all my stuff to the next deployment stage? It’s not just my model-driven or canvas apps. I have to take care of their dependencies as well, of course. There are all my used cloud flows, custom connectors, Dataverse tables and much more. In the beginning, as a citizen developer, I transferred every part manually. This means, I exported…
Components are a fantastic asset for Citizen and Pro Developers. In my session, I’ll show how I use this feature to reduce the complexity of my canvas apps. I provide insight into defining properties and event triggers to encapsulate UI elements. Another highlight of this technology is the use of function components as reusable and central code building blocks. You have missed my session? No problem here is the recording from Deutschland Powerthon 2021, 2nd November 2021 (GERMAN only):
One of my personal highlights this week and the reason I always say #NeverStopLearning: I discovered how to create a named record for a gallery control in my Canvas App. You might say: why should I need this, you can use the ThisItem operator to access the record. And yes, you are right. This is a common solution for child controls in a gallery. I can set up my child controls and connect them to the data. To do this,…
My journey with Dataverse started as citizen developer. I discovered this funny new environment and used canvas apps for cool & portable demos. After a while, my demos, prototypes, and tiny apps became a productive status and started to grow. I think each of us knows these problems and the resulting questions. I faced new challenges: How can I maintain my apps and how can I continue adding new features? Furthermore, how can I stop breaking existing features? Well, the…