Skip to main content
Inspiring
April 29, 2022
Question

Append function

  • April 29, 2022
  • 1 reply
  • 0 views

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)

    1 reply

    stewart.burchell
    Employee
    April 29, 2022

    Can you share the code for your append() and example(s) of the values in your two rule inputs. I just tried this and it seems to work fine for me but there may be something specific about what you're doing.