Question
1
Replies
1187
Views
Posted: June 28, 2018
Last activity: June 28, 2018
Closed
How to add decimal values present into properties
Hi ,
seems basic question. I need to added values present in the two properties of type double in activity. I tried the function-Sum, but it is throwing error. Please suggest
***Edited by Moderator Marissa to update platform capability tags**
directly use + sign in between
Param.Result = Param.abc + Param.def