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 |
---|---|
161 | |
84 | |
68 | |
63 | |
61 |
User | Count |
---|---|
211 | |
146 | |
95 | |
82 | |
67 |