Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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