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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
{
"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