blog.atwork.at

news and know-how about microsoft, technology, cloud and more.

Tips for PowerApps-issues and status

Recently I got an error in my PowerApp when trying to get an Office 365 User Profile, although this was working before: The service returned an error: Office365Users!MyProfile: {"status":402,"message":Insufficient privileges to complete the operation.","source":"127.0.0.1"}”. See here how to deal with such scenarios!

All you need to know about Visual Studio Code-Tips and Tricks

Visual Studio Code (VSC) provides developers with a fast and powerful code editor.VSC is available as cross-platform development tool, supporting OS X, Linux, and Windows and is a cost free part of the Visual Studio family. Download the Visual Studio Code Tips & Tricks Vol. 1 document to get 26 pages of tips and tricks for this great code editor.

Working With Office 365 Groups And Connectors article series at MVP Award Blog

Recently, the Microsoft MVP Award Program Blog published my three-part series about Working With Office 365 Groups And Connectors”. Read the articles online in the MVP blog here.

Tips for PowerApps-(When) does a user need a license?

PowerApps is licensed in the Office 365 environment and offers three license plans. Since it often is not clear, if end users who want to use (and not create) a PowerApps app need a license or how licensing works with data sources, I want to inform about licenses, show some samples and clarify that topic here.

Tips for PowerApps-A drivers logbook

PowerApps are a great way to accomplish simple tasks by end users. A new PowerApp is usually done in minutes (if the underlying data source is existing and working). Nevertheless, it often takes much more time to polish the app and to find and modify details. So I decided to post from time to time some tips when stumbling upon any topics in PowerApps.

How to develop an Office App in real world

Sometimes, it’s the small things that cost (unnecessarily) time. Recently, I wanted to create a quick Office App for an existing Excel file to loop through rows and do some transformation for the values. I was stumbling over some topics when developing in real world. So here’s my short How To for working with Visual Studio and Office Apps with helpful tips.