Power Apps V2 Trigger More than 20 Fields

Опубликовано: 08 Февраль 2025
на канале: Andrew Hess
1,780
42

Hey everyone! 👋 Today, we’re tackling a PowerApps limitation that many of us have faced: the 20-field limit in the V2 trigger! If you've tried passing more than 20 fields to Power Automate, you know it can be a real roadblock! But there’s a simple workaround: we’re going to pass our data as JSON! By converting your collection into JSON, we can bypass that limit and send as much data as we need. In this video, I’ll walk you through each step to set it up, from converting to JSON 📝 to integrating it smoothly into Power Automate. Let’s dive in and unlock more power in PowerApps! 🚀"

In this video we just grab an entire SharePoint line. You can form your collection however you'd like and then convert it to JSON.

Microsoft JSON Documentation: https://learn.microsoft.com/en-us/pow...

Next week let's try out some more complex columns!
Chapters:
0:00 Introduction
1:00 Creating a Form
2:30 Create a Container for the fields
4:00 Turning on a scroll bar in Container
4:28 Andrew Hess Club Rules
5:40 Create a New Flow
7:10 Create JSON Variable
11:45 Add a Compose to see the Output
15:15 Parse the JSON
16:15 Keeping it out of a For Each Loop
19:00 Demonstration