Solved
if esleif else in Custom action
Hi @satheeskannak @mohan_dugganab @davidkangni
can we use if , else if ,else condition in custom action in the custom action body to send out any msg
if (a== "1")
ABC
esle if (a== "2")
ZXC
else if (a=="3")
QWE
else
byee