Canvas apps

How to remove HTML and XML from a string in PowerApps Canvas apps

Follow Debajit’s Power Apps & Dynamics 365 Blog on WordPress.com This is fairly simple one especially after my last blog. But I bet this may be more required than what I wrote for my previous blog. In this blog I am going to discuss the following How to remove HTML tags from a string in …

How to remove HTML and XML from a string in PowerApps Canvas apps Read More »

How to download Notes from Power Apps Canvas Apps?

Follow Debajit’s Power Apps & Dynamics 365 Blog on WordPress.com This one is a really cool requirement I came across today. I had this requirement, I implemented it and I can’t wait to share it with my readers. So what am I going to cover here? In this blog I am going to cover the …

How to download Notes from Power Apps Canvas Apps? Read More »

How to trim spaces from the end and within a text in PowerApps Canvas app

Do you know the following? Trim() function in canvas apps not only removes text from the end but also from within the text? There is a separate function TrimEnds() and how does it differ from Trim()? How do you trim spaces from the items inside a collection? If you are aware of all the three …

How to trim spaces from the end and within a text in PowerApps Canvas app Read More »

How to show columns from multiple tables in a Canvas app Gallery or Table

I am back with another blog on PowerApps and this time it’s on Canvas apps. With canvas apps gaining popularity among customers by each day, more and more possibilities are explored and as a consultant I am exposed to a wide array of customer requirements. And here in this blog, I am going to discuss …

How to show columns from multiple tables in a Canvas app Gallery or Table Read More »

How to clear Lookup fields of CDS from Canvas app.

This one is pretty interesting and also the one which took me by surprise. The requirement was very simple – I have a canvas app screen from where I needed to update back CDS account record. Apart from few other fields, I also needed to clear the Primary contact field on Account which is basically …

How to clear Lookup fields of CDS from Canvas app. Read More »

How to make a field required dynamically in PowerApps canvas app

Do you have the following requirements for your canvas apps? You are using the form control in your canvas app and you want to make a field mandatory/ non-mandatory depending on business logic You are not using a form. However you have some input controls which should be made required depending on business logic. If …

How to make a field required dynamically in PowerApps canvas app Read More »

Display “Two Options” field of Common Data Service as checkbox on canvas app

Do you have the following requirements? You want to display dropdown items as checkbox inside a canvas app You want to display a Two option field of Common data service as checkbox inside a canvas app. If you have these requirements, then this blog might save your day. Well for anyone who is wondering what …

Display “Two Options” field of Common Data Service as checkbox on canvas app Read More »

How to pass an array from PowerApps to Power Automate

Do you have the following requirements? You want to pass an array from a Canvas App to a Power Automate You want to pass an array from Model Driven apps to Power Automate. You have to parse JSON data in your canvas app and perform further processing. If your requirement is similar to this, this …

How to pass an array from PowerApps to Power Automate Read More »

Bulk create CDS records in PowerApps canvas app

Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.com I am back with another blog and this time it’s a blog on canvas apps. And quite an interesting requirement as well. It’s about creating accounts in bulk from a Canvas app. So …

Bulk create CDS records in PowerApps canvas app Read More »

Set Date Picker in Canvas App to today's date by default

Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.com This one will be real quick. A small and effective one I should say. But before we go into the solution, let’s understand the problem statement here. My customer have a canvas app …

Set Date Picker in Canvas App to today's date by default Read More »

Restrict File Type in Attachment control in Canvas App

Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.com This one is pretty cool and it was delight to achieve this. The requirement here is pretty simple. Customer have Dynamics 365 instance and they have a canvas app with Dynamics 365 (CDS) …

Restrict File Type in Attachment control in Canvas App Read More »

Associate and Disassociate records in Power Apps Canvas Apps

Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.com With every new release of Canvas apps, Microsoft add new features to it’s kitty. Today I will explain one of these features. And that is the ability to associate records in Canvas apps. …

Associate and Disassociate records in Power Apps Canvas Apps Read More »

Get Current User Information in Canvas Apps.

Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.com The introduction of Canvas Apps have completely changed the way of developing apps. App development was always a developer’s paradise. With canvas apps, it’s a level playing field for developer and Power Users …

Get Current User Information in Canvas Apps. Read More »

Get Today’s date, format dates in Power Apps Canvas app

Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.com Working with date and time values are one of the most common requirements across implementations irrespective of the technology and the same applies to PowerApps canvas apps. And Canvas app have power functions …

Get Today’s date, format dates in Power Apps Canvas app Read More »

Use Navigate() function to pass data between two screens in PowerApps Canvas apps

Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.com Every now and then when you design a Canvas App, you may be required to accomplish the following requirements. Pass data from one screen to another while navigating to the new screen. Identity …

Use Navigate() function to pass data between two screens in PowerApps Canvas apps Read More »

Specify more than one JSONFormat value inside JSON function in canvas app

Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.comThis one is a really simple trick which is required in so many. How can I specify multiple JSONFormat values inside JSON() function in canvas app? Before I go ahead and provide an answer …

Specify more than one JSONFormat value inside JSON function in canvas app Read More »

How to get CDS Optionset value in PowerApps Canvas apps

Follow Debajit’s Power Apps & Dynamics 365 Blog on WordPress.com Canvas apps have really taken the art of developing pretty neat apps for mobile platforms from a niche set of developers to a wide platform of developers, consultants and business users. And with Microsoft adding features to the Power platform framework every now and then, I …

How to get CDS Optionset value in PowerApps Canvas apps Read More »

Designing Business process flows for your canvas apps

I had this requirement lately and the first time I heard this I thought, is this even possible? But then I never doubt about the every increasing capability of canvas apps. So decided to do a search. And guess what! Found this wonderful documentation here with a complete solution. https://powerapps.microsoft.com/en-us/blog/using-business-process-flows-in-a-canvas-app/ I am simply falling in …

Designing Business process flows for your canvas apps Read More »

OPEN API sample JSON

This post is being referred from this previous post. The explanation of the highlighted parts of is explained in the parent link. { “swagger”: “2.0”, “info”: { “description”: “API to save signature as base64”, “version”: “1.0.0”, “title”: “UpdateSignaturetoAccount”, “termsOfService”: “https://<your domain for http trigger>.westus.logic.azure.com/terms-of-service”, “contact”: { “name”: “Debajit Dutta”, “url”: “http://www.xrmforyou.com”, “email”: “debajit.dutta@xrmforyou.com” } }, …

OPEN API sample JSON Read More »