Uploading documents after marking the project status to complete | Community
Skip to main content
Level 2
August 11, 2023
Solved

Uploading documents after marking the project status to complete

  • August 11, 2023
  • 2 replies
  • 1053 views

Hi Team, I am uploading documents back in Workfront from a third party system through fusion. My goal is to mark the project complete after all the documents are uploaded.

 

The problem I face is once the first document is uploaded, it gets to the next 'update record' module (that changes the status to complete) and not letting other documents to upload. To avoid this, I am taking an error handler route -i.e change the status to planning - upload document and again marking it complete. Its working well, but I feel something is off here. Please help if any other fix is available. 

 

 

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by CrisDonaldson

I would add an Iterator and then add a filter right before the update status to make sure that it's the last bundle of "total number of bundles" before you mark the status complete.

 

Like this:

2 replies

ChrisStephens
Community Advisor
Community Advisor
August 11, 2023

Try putting an array aggregator in between the upload document and the project status module, and link the array to your source that you're pulling your documents from.

ElanR1Author
Level 2
August 12, 2023

Thanks for the response. Its still not working for me.

It happens from the second operation, Is there any possibility to finish all the operations before going to the last module? 

 

 

CrisDonaldson
CrisDonaldsonAccepted solution
Level 3
August 13, 2023

I would add an Iterator and then add a filter right before the update status to make sure that it's the last bundle of "total number of bundles" before you mark the status complete.

 

Like this: