Hi there.
Related to the best practices, wich is the best way to call to an interface rules on my interface? Calling the interface rule on a rule input, Using keyword syntax or Always use consistent ordering of rule parameters?
Thanks in advance.
Discussion posts and replies are publicly visible
Definitely go with keyword syntax when calling any interface from anywhere else. The only exception is when an interface has zero parameters (and you can be pretty sure it never will). The other approach breaks, instantly, as soon as the the number of parameters changes.
Separately, I'm not sure what you mean by "calling the interface rule on a rule input" - can you clarify?
I mean setting a rule input in an interface pointing to another interface but I thing it's not possible, right?
danielg424213 said:setting a rule input in an interface pointing to another interface
Generally speaking, this isn't really a thing. What are you hoping to accomplish?
Agree, I was also having the same question
Forget it. I'm new with Appian and not even me understand that I have told you. Sorry and thanks a lot!
No worries, you can see the below reply if it helps