How to add Filename in Bizdoc

hello

I fetch a file from ftp and send it TN.
Now a question is how to insert the file name into he Bizdoc.
i tried using SetAttributes, with Attribute name “Filename” but received error that Attribute name “Filename” is eiher deleted or not found.

Do any one have a sloution

Thanks in advance.
Vinod

You’ll need to add a custom attribute using TN console first. Then you’ll be able to set the attribute.

Once you set the attribute in the TN console as mentioned above,then in your flow use tn setAttribute and updateAttribute service (make sure you have all the required inputs set) to make into effect.

HTH,
RMG