Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

or function in Custom Action

Avatar

Level 4

Hi @SatheeskannaK @Mohan_Dugganab @DavidKangni 
when i am passing a string with some personalization in this from the event activity "Have a few seconds or call" +#event attribute it is taking or as a function not as a string can you let me know how to resolve this. 

MYSTERIOUSMAN_0-1728374987666.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

4 Replies

Avatar

Employee Advisor

It's just in the display but if you send out the payload (assuming it is a custom action), it shows up correctly.

Avatar

Level 4

when i testing it having or in it custom action is getting failed getting http error and when and when i am removing or it is working fine

i tried doing a concat as well 
(concat(["or"," ","call"," "])) -- not working 
but if i do (concat("or","call")) it is working but the words are getting together  orcall

 

Avatar

Community Advisor

Hi @MYSTERIOUSMAN 

try (concat("or ","call "))

FYI I add a space after or and call 

Thanks,

David



David Kangni

Avatar

Level 4

Hi @DavidKangni 
tried it but it is not working with adding ghost space if we remove the ghost space it works