Question
Append function
I have two rule input of type Any Type
When we append both in a!save() , it throws error "Requires writer object". when we cal from one interface. We are calling from multiple other interface where it works fine. Anyone faced this issue?
a!save(ri!var1,append(ri!var1,ri!var2)
