Call a server connect on dynamic event and send a (post) variable

Is it possible to call a server connect and send along a variable that the SC needs?
The SC needs an ID to filter its database query so I am hoping that with a click on a record I can call the Server Connect and send along the ID of that record.

Anyone?

You can send a get variable on click with the server action. When you run the onclick dynamic event you will see an input for the get variable, where you can select dynamic data.

1 Like

Thnx @Teodor , that's the solution.
I used a POST variable and that didn't show up the input for a variable.

I corrected the SC with a GET variable, linked the SC again on my page and there it was.

Superb!

POST variables require a form and form inputs.

Makes sense.
Understood to not be forgotten :wink: