I'm developing a preexisting app with many deeply nested interfaces that render as the contents of several cardLayout components. The contents displayed are dictated by a set of specific combination of Rule Inputs and Local Variables that is difficult and time consuming to reverse-engineer. Is there a way that I can get the Rule Inputs and Local Variables of a component that I'm currently looking at as a user so that I can input it into the component in the editor view? That way I can get the component to render in the editor as I'd see it as a user then work from there.
Discussion posts and replies are publicly visible
Hi francoh7128
Good Day!
To get or view the value of the rule inputs/Local Variables we don't have any direct way. I would suggest to display the locals/rule inputs by using text field /rich text display field inside the same section. By this way you can see the values that needs to be used for testing purpose.
Great tip, thank you! The "console.log()" of Appian as it were.