Set session value after insert

How can I set value in session in Server actions ? How can I get value in form ?

Hi.
There are set session and remove session step sin Server Actions, that you can use to set and remove values from session respectively.
You can define these variables in Global Input section to use in other Server Actions in binding. This is optional.

These server side session are not available in any manny on client side.

Thanks for your answer, how can I get some value after some form input in client side after action in server side, for example insert in database ? Iā€™m using nodejs and javascript application.

Hi @funchal
if i understood you right

Ok, but How I get this value in Javascript side after some submit in form ?

you will see it under form -> data -> testOutput
image

Hello, thanks for your help.

Works fine!

1 Like