In this post, I will discuss how we can download a printable HTML file with canvas apps charts. I will continue to use the sample solution. You can easily download this, import it to your PowerApps environment and follow the… Read More ›
Power Automate
Flow is not passing integer values to PowerApps? This might help..
I got this question from one of the powerapps developers who had issues trying to pass a sharepoint list itemid(int) back to a canvas app using “Respond to a powerapp” action in flow. He was getting an empty value instead… Read More ›
Access files stored in Dynamics 365 records via PowerAutomate
Dynamics gives the ability to save files within a record. These files are stored in SharePoint. Let’s see how we can create a flow to access a document just by using the dynamics record ID. Prerequisites SharePoint Integration should be… Read More ›
Dynamics CRM auto populate lookup values from custom field – Part 2
This is second part of this series. If you are not familiar with the business case, I highly recommend that you read part 1 where I explain the business case and QuickView creation. Ok, now that we know the background,… Read More ›
Dynamics CRM auto populate lookup values from custom field – Part 1
In most cases, organizations have their own unique ID’s to identify records. As an example, ABC organization uses DBID as their unique internal account code. For each related custom record, they will use DBID as the foreign key to identify… Read More ›
How to copy a plan in a group only using power automate
One of the issues with Graph API access is the security. Since some actions require Group read/write/all access, it may be hard to get admin consent for Graph API due to security standards of your organization. Below is a simple… Read More ›
Authenticate Graph API Using Power Automate – Part 1 (Configure application access in azure active directory)
In order to use Graph API, we need to first set up authentication. Graph API only supports below methods of authentication: Here are the steps: 1. Go to : https://portal.azure.com/2. Click ” App Registrations” > “New Registration”3. Give a name to… Read More ›