Add input arguments to "Execute Action"/"Include Action" steps

Can we add a grid control to Execute/Include Action steps to pass input arguments? Not always we want to get from $_GET or whatever. This way it would be easier to build re-usable functions.

I would also recommend storing such input data inside $_INPUT, just like $_GET, $_POST, etc…

For those wondering what’s a grid control, take a look at “Data”:
image

In my opinion, this allows for better assurances when including/executing actions, as well as facilitate sharing as $_GET/$_POST values may be different for different websites made by different users, so Library snippets are not easily shareable

Inspired by @JonL:

Include does not take any inputs. Please read docs on how it works.

Execute does have a input, but you need to configure it in $_PARAM of library action.

You could modify this request to ask for a way to setup params in a manner that a grid would show up in the exec step.

Oh, I feel dumb now :frowning: Rookie mistake, not checking the documentation

I think I’m going to let this sink in, don’t want to bother the team with such low priority request. Thanks for your reply