How to identify a character in a string and then call an API for showing a list in vflow

How to identify a character in a string and then call an API for showing a list in vflow. Please explain.

1 Like

As of now, you can not identify a particular character at random place (or index) in a string in vFlow.
If the index of the particular character is fixed in a string , in that case you can identify the character using SUBSTR function.

1 Like