Hello,
I am new to Power Automate, and I got this error in one of my test flows. Any trick to share to fix this?
The notification link label cannot have more than 2048 characters, it currently has 171494.
Hi @cboltron,
You could use a substring function to trim it to 2048 characters:
Below is an example of that approach.
substring(outputs('Compose'), 0, 2048)
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
8 | |
2 | |
2 | |
1 | |
1 |