I am calling a flow from Power Virtual Agents, I am passing the user name that contains spaces e.g. Fred A Smith and I want to replace the spaces with a period i.e. Fred.A.Smith to use in a API call
I initialized a variable USER_NAME with the UserName that was passed to the flow
I thought it would be a simple matter of using the compose to replace the characters, but no matter what I try the USER_NAME string is not been updated. And as a result the API does not return anything.
If I create a test variable in the correct format and pass that to the API my flow works correctly.
Am I missing something obvious?