Function Name:
Reverse String
Purpose:
Reverse function reverses the order of the elements in a given String. If null String is provided then it returns the given argument.
The function should be connected to a node that passes a text/string value.Returns:
Configuration:
1. Enter a Display label for the node. This will be helpful with identifying the node when viewing your Entity Pipeline.
2. Enter a Description that will explain what the function is configured to do.
3. Add the input Value that needs to be processed by the function. This attribute is only available while configuring this function in an Entity Pipeline.
Example:
- Input "Syncari" the output will be "iracnyS"