Hi All ,
I am trying to get fibonacci series with the following rule .But getting unexpected output .
Let me know where am I doing it wrong .
TIA
Discussion posts and replies are publicly visible
Prakash and JayaPrakash Ravipati What is the use of 'value' input (value_)?
It will store the result of each iteration and append to the list
If you want to learn more about using "_", check out this article on partial evaluation: docs.appian.com/.../expression-advanced-evaluation.html
It can be helpful, but it really is only used when using looping functions.
OK. Thank You Peter Lewis .