Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi @SatheeskannaK @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
Solved! Go to Solution.
It will be on the following lines
if (a=="1") then ("XYZ") else ( if (a=="2") then ("XYZ") else ( if (a=="3") then ("XYZ") else ("No Segment") ) )
View solution in original post
thanks @dugganab just solved this few min back
Views
Likes
Replies