Short post today, but worth knowing about! Something you’ll want to use very often when you need to retrieve large sets of data from Dataverse. FetchXML allows you to query a single table to select…
Read More
Date and time has always been difficult to manage in many areas like SharePoint and/or the Power Platform. It’s not uncommon for a Copilot agent to get the wrong date. And that could have serious…
Read More
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
Topics in Copilot Studio have so many great features. One of them being something widely used in the Power Platform as well as so many programming languages: variables. And displaying information using Adaptive cards makes…
Read More