I am trying to create multiple actions to handle my project, but not able to find solution to create multiple actions.
I have to create like this
If(Action1 !=0)
{
Action2();
}
Else
{
Action3();
}
Please guide me how to create multiple actions.
I am trying to create multiple actions to handle my project, but not able to find solution to create multiple actions.
I have to create like this
If(Action1 !=0)
{
Action2();
}
Else
{
Action3();
}
Please guide me how to create multiple actions.