25
Views
4
Comments
Solved
display result of calculation from server action
Question

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

TemparaturConversionApp.oml
2020-11-13 07-48-15
Khuong Truong
Solution

Hi, 

I updated your .oml file.

Please take a look if needed.

TemparaturConversionApp.oml
2019-09-24 18-41-25
Jorge Martins
 
MVP

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!


UserImage.jpg
Crist Joenathan

how to assign it back to the screen varible?

2023-10-16 05-50-48
Shingo Lam

Hi,

The server action has an output, you forgot to assign it back to use on client

Hope this help

2020-11-13 07-48-15
Khuong Truong
Solution

Hi, 

I updated your .oml file.

Please take a look if needed.

TemparaturConversionApp.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.