The images are held in Datasets which are related to the ItemRevision in Teamcenter
The process you should go through is:
1. Find the ItemRevision
2. Get the Datasets by expanding the correct relation from the ItemRevision
3. Use the Download activity in the Connector to get the image files
I'm not sure how much of this you have done based on the info in your question
I think the error may be coming from the operation mapping for the Teamcenter service call. You have probably copied this directly from the sample app, but you need to modify it to refer to your module names rather than TcConnectorSample.
Also, this is not the best way to do it. There is a "Expand GRM Relations for Primary" activity in the Teamcenter Toolbox which does it for you
Yes Collin,
I have replicated the getAttachments microflow from Sample Teamcenter App.
this is downloadFile microflow
once i click on attachments, application is giving error as follows:
It helped a lot Thank you sir,
with help of Teamcenter Sample toolbox kit i have solved the error and updated the microflow.