Hi Team, I have five bundles in the below example and I need the count of bundles that has 'Processed' Status only. Please tell me how I can achieve it.
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 t...
Hi Everyone, I am feeding languages info from Workfront custom form to an external application through JSON module. Source Module: Highlighted languages array.I've created a set variable to fetch the Translate to: And using the above variable in JSON module. If I have three languages, I've to give l...
Hi Team, I have a date picker field to choose due date in project custom form. In fusion scenario, I am using timestamp to convert the "due date" to unix, Its throwing me the following error, Please help me converting date unix format.
Hi Everyone, Below is my source module with collections inside an array. I've iterated with targetId to create 9 bundles since this module and its working well.Now I've to use the "documentName" and "targetLanguage" to get values in each bundle for subsequent modules after the iterator module. I've ...