Use DMX variable in insert Databse action

Is it possible to call dmx variable ininsert database action . If yes how to call the variable . If not what are the otherways to save it to database aside from asssigning its value to an input field

Thank you

Hi.
A DMX variable is created on the client side.
A database insert step is inside a server action which is on the server side.

There is no direct way to access data between the two - without explicitly passing it to the server side.

Passing the variable can be done by either creating a hidden input field, or by simply passing the value via server connect GET param.

1 Like