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
User | Count |
---|---|
221 | |
99 | |
94 | |
55 | |
35 |
User | Count |
---|---|
273 | |
106 | |
105 | |
60 | |
60 |