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
hi danielg424213 To call your interface, use the format rule!your_Interface(). If you need to pass any parameters to that interface, use the following format: rule!your_Interface(parameter1: ri!input1, parameter2: ri!input2).
Thanks Abhishek!