Hello People,
I'm trying to generate pdf from an HTML file. During this process, I'm getting an error: Invalid expression. When I'm trying to enter file content using Concat. I found it maybe because I'm exceeding the character limit.
How can I use multiple Concat. Is there any syntax?
Thanks,
Omi
Solved! Go to Solution.
Hi @omi18 ,
Yes, you can use multiple embedded Concat() functions to resolve the character limit issue. For example:
Concat(Concat('text1','text2'),Concat('text3','text4'))
Hope this helps.
Sik
Hi @omi18 ,
Yes, you can use multiple embedded Concat() functions to resolve the character limit issue. For example:
Concat(Concat('text1','text2'),Concat('text3','text4'))
Hope this helps.
Sik
Hi @v-siky-msft ,
I tried to follow your solution But did not work. Any other way around?
Thanks,
Omi
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
47 | |
46 | |
34 | |
33 |
User | Count |
---|---|
258 | |
87 | |
79 | |
68 | |
67 |