I'm having some issues trying to create dynamic prompt names via a data table lookup and the Append function in Architect.
For example, I do a data table lookup based on the DID and return an app name. I then use the append function to combine the app name and a number/word - Append(Flow.varAppName, "Start") - and use this final appended string to "Find User Prompt".
The prompt lookup continually fails. When looking at the call attributes in Dev Tools, I can see the prompt name string is being created with an unexpected line break character in the middle - "attrStartPrompt": "SurveyTest\nStart"
Does anyone know why this may be and a possible fix? Is there a better way to go about this?
Thanks!