Use of Orchid PDFExport.byview Node issue

Good evening wizards, I am currently experiencing an issue which seems simple but i cannot for the life of me figure out.
I am currently setting up a graph to export drafting views and sections which are placed on sheets to be their own individual PDF’s. I can develop the PDF’s with no issue, but the naming of the PDF coming from the Orchid PDFExport.ByView node is creating names where i have no idea where it is coming from. When i attempt to input a list of the PDF naming i would like, it does not use that data and just gives the same original names which make no sense. Is there some specific naming format i am missing here? Inputs and nodes shown below. Does anyone have any insight or perhaps a better method to accomplish what i am attempting to do?

Typically a node like this should take the file name from the fileName input I’d expect. Best to ask at the Orchid github as the author doesn’t use the forums.

Alternatively give Crumple package a look. I have both print and export PDF nodes there which I know will work, generally. They are in Python also so you can see/use the code from them as needed.