Hello Community!
I am working to implement an approval flow that checks for specific keywords within a teams channel. However one part of the process is to know which server the member's account is in. The condition I have in place works when true but when false it is kicking out an error. Any insight into what I need to do to resolve this issue would be greatly appreciated! Thanks in advance!
Thanks,
Jacob
Solved! Go to Solution.
@JacobMG ,
Judging by error, it seems that the right side of if clause is recognized as Integer.
Can you try to use formatNumber() function on each element from the right side of if clause (to be sure that it is recognized as string).
I'm thinking at something like:
formatNumber(195,'0000')
Hope it works !
@JacobMG ,
Judging by error, it seems that the right side of if clause is recognized as Integer.
Can you try to use formatNumber() function on each element from the right side of if clause (to be sure that it is recognized as string).
I'm thinking at something like:
formatNumber(195,'0000')
Hope it works !
User | Count |
---|---|
27 | |
16 | |
15 | |
12 | |
10 |
User | Count |
---|---|
43 | |
29 | |
28 | |
24 | |
23 |