Hi All,
How to increment and Left trim the variable in flows formula
if(lenght(variables('tkey')>10,trim(right(variables('Receiptkey')+1),"")
Best Regards,
Boynogs123
Hey @Anonymous
The trim function in flow can be used to trim any whitespaces in the front or at the end of a given string. There is no "right" or "left" function as such.
You might want to use the substring function to extract the 10 characters from the string.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
User | Count |
---|---|
27 | |
14 | |
12 | |
10 | |
9 |
User | Count |
---|---|
51 | |
29 | |
28 | |
24 | |
21 |