I have an item :P3015_VOL (NUMBER field), when I click "save" button I'm doing two things:
- Dynamic action that sets the item value to 33. Then in debug message I can see that the item does have the value 33.
- in the submit page processing I print again the item's value in debug message:
Now the Value is NULL
Why is this happening? How can I get the correct value in the processing?
Thanks



If an item value is calculated on page submit, the best way to do this is to submit the page and perform a computation on submit. There should not be any need for a dynamic action here. Steps:
P3015_VOLwith point After Submit, type Static Value, value 33