I'm trying to display the result of calculation from server action which all the variable passed from clien action.
the result didn't come up. did i do it wrong?
this is my client action
and this is my server action
Hi,
I updated your .oml file.
Please take a look if needed.
Hi Crist Joenathan,
After you call your Server Action, you need to assign its output to either a Screen Variable - it your client action is defined on a Screen - or an Output Parameter.
Hope this helps!
how to assign it back to the screen varible?
The server action has an output, you forgot to assign it back to use on client
Hope this help