When we use Builders in interface , It will create Interface with rule inputs of given CDT or RecordType , I'm really curious to know how they creating variables dynamically(My guess is that they are running some java code in background) . As far as i know we can't create rule inputs dynamically ,If not correct me. Is there a way to create rule inputs of desired type dynamically??. I created a replica of Builders using functions like keys and runtimetypeof(), But i used local variables in value and saveinto parameters. I want to replace it with proper rule inputs.
Discussion posts and replies are publicly visible
Sorry, not possible. The only thing you "could" do is to use a single rule input of type ANY. Then you are free to accept any data you need.
i can agree with your answer of going for "ANYTYPE" Data type but is there another way ,Like can you please explain how they doing ?how they designed the builders(if you know)
Appian uses some internal functionality which is not available to us designers.