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

Render tool

rajat_del
7 - Meteor

Hi All,

 

I have multiple files which i have applied similar formatting on. However, when i am trying to use render it is failing with this error;

 

 

Designer x64 The Designer x64 reported: InboundNamedPipe GetOverlappedResult: The pipe has been ended. ¶

 

I have two fields ..one is Path and the other is the table which is created

I am selecting group data into separate records based on their field to group on: as path and modify filename on : Replacing entire path with group

 

Not sure why this is happening. Any ideas? 

Thanks in advance

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @rajat_del 

 

Possibility is you have specified sheetname in the path which you shouldn't 

 

Should not be like below

C:\Users\atcod\Downloads\example.xlsx|||Sheet1

 

Should be like below without sheetname

C:\Users\atcod\Downloads\example.xlsx

 

Hope this helps : )

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @rajat_del 

Cheers and have a nice day!

Labels
Top Solution Authors