Author Archives: Pankaj

Unknown's avatar

About Pankaj

I am a Developer and my linked profile is https://www.linkedin.com/in/pankajsurti/

How to resolve “FHIRBase.GETPatient failed: Failed to execute ‘atob’ on ‘Window’: The string to be decoded is not correctly encoded.” error?

Summary I tried using the FHIRBase and FHIRClinical power platform connectors for my project. I got the following error. FHIRBase.GETPatient failed: Failed to execute ‘atob’ on ‘Window’: The string to be decoded is not correctly encoded. You will find the … Continue reading

Posted in Azure, FHIR, Technical Stuff | Leave a comment

How to clean up the FHIR objects in the Postman received as a bundle?

Summary My need was to remove stale FHIR condition objects with the wrong concept codes in the Azure FHIR test server. Here is the quick tip and Javascript code to remove such data for any FHIR resource. Note: You should … Continue reading

Posted in FHIR | Leave a comment

How to add a Checkbox to a PowerApps gallery to add or remove items to/from a collection?

Summary I need to add a checkbox to a Vertical Gallery and allow the user to check or uncheck the checkbox to add or remove the item to a new collection. Step 1: Add a button on a screen, and … Continue reading

Posted in Power Apps | 1 Comment

An overview of Meeting-screen template for canvas apps

Summary My need was for my app to use some code from the invite schedules tabs of the Meeting-screen template for canvas apps. There is also a detailed reference with the code. However, I want to share my notes and … Continue reading

Posted in Technical Stuff | Leave a comment

Demystifying ExpandMenu Component from the Creator Kit.

Summary Are you developing apps in Power Apps? Have you heard of Creator Kit? https://aka.ms/CreatorKit If yes, great. If you have not heard of it I highly recommend you check that out. I will put some video references at the … Continue reading

Posted in Technical Stuff | Leave a comment

Tip: Connect various M365 PowerShell modules for a demo tenant.

Summary This is a quick tip to connect to a demo tenant using one-time storing of the password (a secured string) to a file and calling the connect command as many times as you want to test for the demo … Continue reading

Posted in powershell | Leave a comment

How to download ‘ALL’ files from a very large document library?

Summary My customer had a large document library on SharePoint Online with a deep folder structure. The total number of items is 2.7 million (2,743,321). They want those documents downloaded to the local folder. I know, this is an actual … Continue reading

Posted in MS Graph, PnP.PowerShell, SharePoint, SharePoint 2013, Technical Stuff | Leave a comment

How to use AAD Access Token in Connect-MgGraph?

Summary The Microsoft Graph PowerShell SDK is a great and simpler ways to get MS Graph API PowerShell code working quickly. But what I have found the source code and example to utilize the X509 certificate ways of authentication. For … Continue reading

Posted in MS Graph, Technical Stuff | 3 Comments

How to get all sites from the tenant using MS Graph API?

Summary The PnP PowerShell command Get-PnPTenantSite to get all sites from the tenant takes longer time. Additionally, it does not have asynchronous ways to get the information in the Azure Durable Function. This article uses the MS Graph API List … Continue reading

Posted in MS Graph, SharePoint | Leave a comment

How to hide welcome message for an empty SharePoint List?

Summary Create a new custom list, you will notice this new list will have the following message as shown below. An image.. + “Welcome to your new list” + “Select the New button to get started” This post should help … Continue reading

Posted in SharePoint, Technical Stuff | 3 Comments