Monthly Archives: June 2023

Did you know the “addConnectorHideKey” query string parameter shows a hidden preview connector?

Summary I was working with a colleague who asked me to test the new preview connector built. Since this is a preview connector I was not able to see it in my demo tenant. I had to do the following … Continue reading

Posted in Technical Stuff | Leave a comment

How to create smaller chunks of record collection from the large list of records in PowerApps?

Summary The need was to create smaller chunks of records from the large list of record collections in the PowerApps using PowerFx functions. To demonstrate the large list I have generated it using the Sequence PowerFx function. I used the … Continue reading

Posted in FHIR, Power Apps | Leave a comment

How to POST master/details FHIR objects using bundle?

Summary I was helping a colleague to store the ReaserchStudy and ResearchSubject FHIR objects. The objects are in the master details format. Every ReaserchStudy has ResearchSubject and they are linked using the Reference objects. The ResearchSubject has the “study” property … Continue reading

Posted in FHIR | Leave a comment