Automatically make the database variables $_PARAM for library actions

When you create a database action in a library action, for example ‘Database Insert’, it automatically generates $_POST variables for you in the ‘value’ column.

But since it’s a library action, we need the $_PARAM variables. Can it automatically generate those?

Bump++

This is such a simple but annoying oversight.

Yeah, takes a couple of extra clicks + some thinking capacity that should be used elsewhere :wink:

Why have post and get variables in Library actions at all ?

Sometimes libraries are used as includes instead of Exec’s so using the variables from the parent make sense.

That sounds interesting. Is this documented anywhere ?

Thanks