Apply common styles for all the screen components in PowerApps
Inkey, February 27, 20196795 Views
It is fun to play with the styles applied for the screen components in the PowerApps. This seems to be like the one we achieve using the cascading style sheet in the HTML files. If same font size, font weight, color etc. are to be used in the overall canvas app screens then, there is […]
Read moreHandling Dead Letter Queue(DLQ) using Logic App
Inkey, February 11, 20198643 Views
In our previous blog, we have explained how to handle DLQ using the Azure Functions. Please refer: https://www.inkeysolutions.com/blogs/handling-dead-letter-queuedlq-using-azure-functions/ Lets now learn how to read the messages from the DLQ using the Logic App: First and foremost, we need to identify the message received in the Dead Letter Queue. So, the trigger step in the Logic […]
Read moreHandling Dead Letter Queue(DLQ) using Azure Functions
Inkey, January 31, 201925303 Views
Microsoft Azure Service Bus is a secure platform for transferring the messages across various platforms and applications. This is a reliable service for asynchronous data transfer using messages. Queues are one among the data structures used while transmitting the data across the cloud. Messages are stored in the queue until processed at the receiver’s end. […]
Read moreSend data to the Microsoft flow from the PowerApps and receive the response from the Microsoft flow
Inkey, January 10, 20196727 Views
The PowerApps is used to build the business apps that can be run in a browser or phone or tablet and the Microsoft flow is used to automate the workflows across the multiple applications and services. Using Microsoft flow in the PowerApps is creating wonders in the business world, making almost everything possible with just one click on the […]
Read morePower BI > Copy Visuals between pbix files – II
Inkey, January 7, 20198842 Views
Power BI has been growing day by day with the new features that Power BI team is bringing every month. There was a time when we used to face difficulty whenever it was needed to create same designing for multiple reports but with different datasets, because we couldn’t just copy paste the visual from one […]
Read moreDebug the Azure Functions locally
Inkey, December 14, 20187891 Views
Today, the majority of the business have based their roots with Azure. Above all the benefits, the main attraction of the Azure functions is that it helps in the simplification of developing the applications. They can also be debugged locally to identify the errors or to know the sanity status of the function. This can […]
Read morePower BI > Conditional Formatting the Table > Use Case
Inkey, December 13, 20183035 Views
Microsoft has released a very exciting feature – Conditional formatting by Field Value. Hence, we plan to explain how we took it’s best use with an example. There are times when we want to conditionally format a field that returns both text values and decimal numbers. To understand this better, let’s take some sample data […]
Read moreAdd an external assembly as a reference in the Azure function
Inkey, December 3, 20186801 Views
Let’s learn today, how to add an external assembly as a reference in an azure function with a small example. This will help you to reuse the already developed functionalities (i.e.,) if there is a requirement that some of the functionalities are needed inside the azure function, which are already developed in any of the […]
Read moreResolve the error in the “Automatic Record Creation Rules” of the Queue entity, when the sender of the email is a Contact as well as a User in the Microsoft Dynamics 365.
Inkey, October 3, 20186145 Views
Many a times in the Microsoft Dynamics 365, the Automatic Record Creation Rules, which we create on the queue entity fail for incoming email activities if the sender’s email address exists as a Contact as well as a User record. I had faced the same issue when I was trying to set the sender of […]
Read morePower BI > Hide NULL or BLANK values in Matrix visual
Inkey, September 21, 201859924 Views
There are times when you don’t want null values to be displayed in the matrix, or only those items which has data in the table. Suppose we have data as in the below image: And we want those names which has all the three types, S1, S2 and S3. Simply plotting the data as in […]
Read more