This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
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
Solved! Go to Solution.
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 : )
Happy to help : ) @rajat_del
Cheers and have a nice day!