I am using composer 8.1.4 and want to create custom javascript and use it in the expression builder of “Assign” block. As per the documentation of composer, it is possible to create custom javascript by placing it in include/user folder. I did the same but the custom functions are not appearing in expression builder.
Am I missing anything? Has anyone used custom javascript functionality?
Thanks a lot for the replies. I was able to resolve the issue. The issue was with callflow name as it had spaces in it. I renamed the callflow name without spaces and followed below mentioned steps to add custom javascript:
Create custom javascript and add in “Scripts” folder.
Add the script name in “Entry” block (In Global properties–>Scripts).