Can anyone explain to me how the old "<<" saveInto operator works?

Certified Lead Developer

I've got some legacy code that I'm trying to convert to modern code, because I'm sure the number of Appian developers left in the world who understand this are diminishing.  Well, to update it, I need to be among them.

ri!selectedIndex << index(_, "selected", 0)

What does this mean?

 ri!ruleInput << rule!myRule(_, ri!datasubset.identifiers, ri!datasubset.data) << index(_, "selected", 0)

What does that mean?  Can anyone explain how to convert that into a!save function?

  Discussion posts and replies are publicly visible