Author: Olena Grischenko (she/her)

  • We are exploring OCR capabilities for invoice processing. This is the article which may help you to understand how it work if you want to train a custom model to use it then with Power Automate. Do you want your own OCR which costs less than a coffee? All credits go to Nick Grischenko. https://microsoftbusinessappsfordummies.wordpress.com/2021/07/21/simple-azure-invoice-ocr-tutorial-that-costs-less-than-a-coffee/

  • How to – Get the size of tables in Dataverse / Dynamics 365

    Originally posted on Nishant Rana's Weblog: Using the Capacity page in the Power Platform Admin Center we can extract the details of size occupied by table (in MB) within a particular environment. Login to the admin portal and navigate to Capacity https://admin.powerplatform.microsoft.com/resources/capacity Select the Dataverse tab and click on Details or in case of…

  • Azure Storage integration for Power Apps portals

    To answer the question Why? I say we run into some limitations with SharePoint integration. And now we are trying to explore other options. Let’s get started! Enable Azure Storage This is a great blog post here: Want to leverage Azure storage for your documents in PowerApps/ Dynamics 365 portals instead of Notes? Check this…

  • Power Automate with Dataverse: Saving API calls to Dataverse. Expand or Link-Entity?

    Within Power Automate I am trying to make SINGLE(paginated) call to Dataverse to get the list of Work Orders with the particular status linked to Account but not directly but via extra layer. Also, I can retrieve extra lookup tables which are required by logic. All in a single call because making extra API calls…

  • Power Automate with Dataverse: “Apply to each” current item/previous item

    Recently I was working on the solution and in the middle of the development discovered that I desperately need to refer to the previous item in the loop. Let’s say, I iterate through the list of items I received via List Rows (Dataverse). I check a condition in the next iteration and based on the…