Power Apps Validation and JSON Parsing with Regex
Regex (short for regular expressions) lets us create patterns that help match text in a string. This has been used in traditional programming for years to validate data. We can use regex to validate data to make sure you’ve entered things like passwords, email address, phone numbers, times, etc correctly.
Another use case for Regex is to parse JSON. I’ll walk you through an example of using Regex to parse JSON in a Power App and output that into a collection. You’ll also see how to use Regex to validate currency, time and email inputs in your Power Apps.
🔗 Links 🔗
🔗 PnP Power Platform Samples Repo with Regex Samples: https://aka.ms/powerplatform-samples
Recent Comments