Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start 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