Hello All,
I have an interface form which consists of one variable of type "Any type". Now I'm calling that interface in process model and want to save the value of that variable into PV variable but as its type is Any type. Its not showing that variable under input data section. How can I achieve this functionality? Thanks in advance
Discussion posts and replies are publicly visible
Any type Inputs will not create the node inputs automatically since it dont knows the type, but you can create a new input using "Add new input"
Save the node input into a process variable. Since we are mapping this new node input(AC) with Interface input, we will get the value entered in the form to ac first(Node input) and then to pv variable.
You must create node inputs (activity class parameters) and save the node inputs into process variables if you want to use their values elsewhere in the process
https://docs.appian.com/suite/help/18.1/Data_Tab.html
Hope helps