Why and when to use custom function in vDesigner2.0?

Explain me some of the use cases in which custom function is beneficial to use.

Hi @Harshit ,
This feature allows us to write JavaScript code according to our requirements, something that is either not possible or too complex to perform in Designer2 as of now.

Key Features:

  • Write Custom Logic: Create JavaScript for specific use cases.
  • Invoke Function Task: Use parameters directly within the app workflow.

To illustrate this, suppose we need to check if a given number is a palindrome. This can be done using a custom function. You can write your code there and test it accordingly. To use this functionality, simply use the Invoke Function Task.

image

1 Like