Working with real customer’s deployment requires managing multiple environments – at least Test and Production or additionally a Dev environment. One of the common patterns we use in the solutions is to use Azure Functions as an effective, serverless extension of the point-and-click Power Automate flows. This pattern utilises a Custom Connector created to embed the function call and parameters into… Continue reading Azure Functions in Power Platform multiple environments
Category: Azure Development
Download file from Azure BLOB storage inside Dynamics 365 Plugin or custom WF activity
Problem: Microsoft Labs AttachmentManagement solution doesn't allow to download attachments via plugin for files,synced to Azure BLOB storage . Solution: download BLOB, using a custom plugin or custom WF activity. Mind mapping(please don't try any of this, it doesn't work): first, I found this link: https://community.dynamics.com/365/b/heralddyncrm/archive/2018/05/27/upload-and-download-files-in-azure-blob-using-c It worked perfectly while I was unit testing. Then I… Continue reading Download file from Azure BLOB storage inside Dynamics 365 Plugin or custom WF activity
Exploring MS Graph API: Error – “Too many child clauses…”
I have a list of emails, which are UPNs (user principal name), which I am using in a query filter to retrieve an information for Azure AD users. Honestly, I was exploring, trying to figure out the best way to query, knowing that IN {} statement is not supported for the filter. What is supported? Also,… Continue reading Exploring MS Graph API: Error – “Too many child clauses…”