Call another module if parameters equals a value

Hi,
I'm Niccolò

Is there a way to call a module based on a input parameter?

I have to give the access to Easymorph server to a user that have to launch a project that exports data on excel, and the query can be totally different, based on the input parameter asked to the user.

For example, the workflow i imagined it's like this:
if parameter='A' then Call Module 'A'
else if parameter='B' then Call Module 'B'
else if parameter='C' then Call Module 'C'

Is there a way to do that?
Thank you,
Niccolò

Hi,

You can use Skip Action

regards

example.morph (3.6 KB)