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.
Solved! Go to Solution.
Views
Replies
Total Likes
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:
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.
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
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:
Views
Likes
Replies
Views
Likes
Replies