I'm having an issue sending a file path as an input from Process Studio to my Business Object code stage. I'm trying to create a pdf from several lines of text that I've extracted from a .txt file. When I test the process in Object Studio and add the path as an input the code works fine. However when I call the Business Object as an action from my process and try to send the path as an input I receive the following error:
'Internal : Could not execute code stage because exception thrown by code stage: PDF file Path must not be empty".
I can see from the logs that the input is populated but somehow it's not making it back to my custom Business Object. What am I missing?
Thanks!
LW