I like to create an internal application to test some server actions of other applications. I can create a list of server actions on a screen. I like to create something to select an action and let it run with some given values for the input parameters. After this, I like to get the output parameters, so I can compare the values with expected output parameters.I did see 'Action Reflection' component in the Forge ( https://www.outsystems.com/forge/component-overview/3283/action-reflection ). But it seems this can only run server actions without input parameters.Is there somebody who knows any other solution to dynamically select a server action and run it with dynamically filled input parameters? Thank you for thinking about this one :)
Hi,
You can use reflection (not officially supported by OutSystems) using parameters. Just not dynamic parameters, as they are also not supported by the OutSystems extensions.
Regards,
Daniel
Thank you. I will have a look at this :)