Skip to main content
venkatrea696188
August 28, 2023
Question

Dynamically Creating Rule Inputs

  • August 28, 2023
  • 3 replies
  • 0 views

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.

3 replies

stefanhelzle0001
Brainy
August 28, 2023

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.

venkatrea696188
August 28, 2023

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)

stefanhelzle0001
Brainy
August 28, 2023

Appian uses some internal functionality which is not available to us designers.