Hi, I am trying to save the values of an activity class parameter in a variable inside a node.
In the expression of custom output AC!Variables.restaurant works and passes values correctly to the target process variable. However when I try the same with index(ac!Variables,"restaurant",null) it does not work and passes null values to the target process variable which subsequently errors out down the line.
I have tried several times but 'dot' works and 'index' does not.
Of course not a big deal but I would prefer using index than dot. Anything I am doing wrong? or shall I raise this with Appian Academy?
thanks
jaideep
Discussion posts and replies are publicly visible
Tro to re-create the same scenario in an expression rule with the same rule inputs. You can try to implement various suggestions like using property() or flatten() the value. Also, you will be able to check the execution of the expression.
good idea..thanks Harshit..I will try