Dear heros of the appian community:currently trying to extend knowledge about "egde cases" of appian
Is there any way, that i can call an interface dynamically by a DB value in the sense that:i am storing a UUID or name of an interface component and by calling the value of rule!EXA_recordtype.interfaceNamethe interface is shown.
example code snipped
I know ,this exact way, it is not working like that due to the exclamation marks etc. just thinking through and to show the route i am coming from.there are ways of choose() etc. I know. but its about not having it "hardcoded". kind of totally based on DB values..Is something in that sense/manner possible?Love to read your inputs
Discussion posts and replies are publicly visible
As you probably only have a limited number of interfaces, why not just use more expressive names. And when calling, map these names to actual interface components.