How to represent a Rule which returns a value, in a string in another expression #436
Unanswered
arrafeeahsan
asked this question in
Q&A
Replies: 1 comment
-
You can use an OnSuccess Action of the type (Name) OutputExpression and then specify your expression in the context Expression
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
{
"Name": "RemainingCount",
"Expression": "ActiveMemberInGroup - DefaultActiveMemberNumberPerGroup"
},
{
"Name": "Message",
"Expression": "RemainingCount > 0 ? "Maximum number are {RemainingCount} " : "Maximum Number are 0!" "
}
Beta Was this translation helpful? Give feedback.
All reactions