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:

Community Page
Last updated: