Most of the time, when you leave carte blanche to users (aka text fields), it’s almost certain that you’ll get typos, duplicates, and for today’s post… special characters! That’s when the encodeUriCompnent() function may come…
Read More
Following my previous post about adding variables into Adaptive cards, I had a few requests from people asking how the image (of a beautiful German Shepherd!) was retrieved from SharePoint. So in this post, we’ll…
Read More
The JSON format (JavaScript Object Notation) is so organised and structured, that it’s ideal for most of your data to turn into a nice readable, and accessible output. In this post, we’ll feed an AI…
Read More
If you created a Copilot agent and enabled File upload (in the Copilot agent settings), there’s a reason: you expect your users to provide documents in the chat window. Therefore, you’re more than likely going…
Read More
When you get started with Power Automate, dates (type) will always trip you. But as you become more experienced… Well… It might still trip you 😅 In today’s post, we’ll see something a little more…
Read More
In a previous post, I was comparing HTTP and Instant triggers, and how HTTP triggers require more work BUT have more benefits. Today’s post is about securing your HTTP trigger URLs in the Azure Key…
Read More