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.
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 Expiscornovus,
I'm having the same issue and trying to put in your solution but I'm probably doing something wrong with the string name... I don't have much experience with this so would definitely appreciate a bit more detailed help!
I've attached a screenshot so you can see the flow I'm working on. Thanks in advance for your help!
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)
WarrenBelz
146,700
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,015
Most Valuable Professional