Assignment of Session Variable to a Set Value in a Server Action Is Incorrect

Wappler 3.0.0 b1

Step 1. Assign something to a session variable called session_test.
Step 2. Create a Set Value called variable_test
Step 3. Use the menu system to assign the value of session_test to variable_test

The menu system assigns {{session_test}} and I obviously need it to assign {{$_SESSION.session_test}}.

This clearly is a bug because {{session_test}} has no value!

(The reason I am using sessions in this way is to create a global variable I can use before, during and after a repeat…)

=========================================
Example of real world use - each item marked with a red X I had to edit the code for…
(error - except the first red X!)

Community Page
Last updated: