Call modules separatly

Hi,

Is there a simple way to call modules separately on easymorph server?
If we have 2 modules: is it possible to select only 1 of the 2 to run ?

I suppose I should use conditionnaly derived tables and parameters to achieve that?

Thanks

You don’t even have to use conditionally derived table. Just use the “Fixed list” parameter type and specify the module name as parameter in the “Call” action.

See example below.
module-selection.morph (3.3 KB)

In the example, just pick another module from the list of parameter values and it will be executed automatically.

Hi

Thanks I shall see if this approach works for the case I have to solve. I have multiple call actions. Sometimes multiple modules should run for that project but sometimes only 1 of them.

Kind regards
Nikolaas