I have 'select list' item (P193_ROTOR), and I need the value that is currently selected to be used in another item (P193_MAX).
Select list Item:
Dependent item:
I created dynamic action on selecting the 'P193_ROTOR' that the 'P193_MAX' will be refreshed. The problem is the 'P193_MAX' is getting the previous selected value of 'P193_ROTOR' and not the current. So it means that the selected value of 'P193_ROTOR' is not being updated on the server, how do I do this?
I must note that I need the value on server side, so Javascript code won't help me here. Thanks.



