Respected sir,
I am new to power virtual agent and I have selected option node with Number (Var)
And I have to implement something like the below can you please show me how to In power virtual agent?
myNumber=10
if(myNumber<=4){
print(less than or equal to 4)
}
else
if(myNumber<=10 And myNumber >= 5){
print(In range of 5-10)
}
else
{
print(Out of range)
}
thank you!!
Hey @saurabhtalele I think the only way to do that is basically build conditionals for the top and bottom ranges then use the all other conditions for the in-range variable. Here's a screen grab of what I'm talking about:
There is a way to add an "AND" condition but you can't reuse the same variable.
Keep up to date with current events and community announcements in the Power Virtual Agents community.
A great place where you can stay up to date with community calls and interact with the speakers.