Node output shows [Document:] in Smart service Export CDT to excel

Hi,

I had a Problem in exporting excel by using smart service Export CDT to excel. I am getting value document value like -> [Document:] from AC!output_document, for the reason unable to download the document as excel.
Can someone please help.

Here attached the screen shoot for more details.



But in the process details will have document data

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    Certified Lead Developer
    in reply to Dinesh Loganathan

    does your process model have chaining enabled at least up until the smart service node?  The success parameter for the startProcess() function executes immediately upon break of chaining, meaning that if there isn't any chaining, it will just execute a save that will result in an empty value.

    (You didn't mention before that this is the method you're using to execute your process model, so we would have had no way of knowing this is where you're seeing the issue).

    BTW, if you go to /objects in Designer, and filter down to "documents", you should see generated documents there as long as the node executed successfully, regardless of what result you're getting in your interface.

Children