Power Apps Split Function – How to Use + Examples
Recently, I developed a Power Apps Travel Expenses application. Each travel expense has a unique ID containing the first five numbers from the GUID string. I had to split the string into individual characters to fetch only numbers from GUID. I achieved this with the Power Apps split function. In this article, I will explain … read more…