I did a post a few months ago on Getting Started with GIT Connections and PowerApps, and when I was …
Author: Greg Thomas
TypeScript and Powerapps – Part 3 – Deploying Files
In our first two parts on implementing TypeScript in PowerApps, each class we created had its own JavaScript file that …
Read MoreTypeScript and Powerapps – Part 3 – Deploying Files
Using the DeepSeek API
The best way to learn about a new technology is to use it, and with that, I took a look …
TypeScript and Powerapps – Part 2 – Xrm Interactions
If I were to write everything out on integrating TypeScript and PowerApps in one post, it would drag on forever, …
Read MoreTypeScript and Powerapps – Part 2 – Xrm Interactions
PowerApp Plans
For months, I’ve logged into PowerApps and seen this “Let’s Make a Plan” thing and thought that it must just …
TypeScript and Powerapps – Part 1
I’ve been working with TypeScript and Powerapps for quite a bit, but never built up the system myself from scratch, …
Identifying Form Security Ownership in PowerApps
When approaching what I consider to be a pretty straightforward problem, I always think to myself, “I can’t be the …
Accessing Custom Fields with JIRA Webhooks
When I was starting to work with the JIRA Webhooks, one problem I started to run into was understanding what …
Creating WebHooks with JIRA
Similar to the posts I’ve written about creating Webhooks for AzureDevOps and Git, you can do the same for Jira. …
Retrieving Historical Data with the GIT API
We previously looked at retrieving data from GIT using a webhook to get real-time events, but if your primary goal …