In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!
Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

File Browse, R Tool and the Slash Direction

Bruttan1
6 - Meteoroid

Hiya Team,

 

I'm trying to build an app with the R tool.  I want to use the "File Browse' tool. The problem I'm having is that the R tool using Filepaths using forward slashes (/) while the FileBrowse Tool returns backslashes (\) has anyone figured out a way around this issue?

 

thanks,

1 REPLY 1
Bruttan1
6 - Meteoroid

Had a colleague help me out, used an Update Value with Formula option on the Action

 and used the following formula Replace([Destination],'Text To Replace',Replace([#1],'\','/'))

Labels
Top Solution Authors