Is there any function in Vflow that replaces _ with space?

Is there any function in Vflow that replaces _ with space?

Hi @mihil.kumar, as of now we don’t have any particular function in vFlow to execute this functionality, but you can achieve it through vConnect if the data of the particular string that you are willing to replace is fetching through an API. Then you can create a request transformation FTL Template for the needed.

The backend Service is of Admin Portal we can not alter this at the Vconnect level. There should be a function in Vflow.

@mihil.kumar, please create a JIRA Ticket categorized as New Requirement.

@mihil.kumar you can use the SPLIT function for this.

Ex - SPLIT(“getVal(‘tempObject.data’)”,“_”)

1 Like