Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
Hello, I have a PUT Custom API module that shares a project with a user's manager once an issue is converted in the scenario. However, I'm having trouble preserving the original, preset list of teams/users a project was shared with (from Project Template Sharing). Is there a way to preserve the exi...
Hello! I'm working on a scenario that will automate our project closure process, we have a Project Summary Details form on all of our projects that needs to the data mapped before we can close the project. Im currently in the mapping stage of the scenario and keep running into this issue:my first ...
I have created a Fusion scenario to add a new item to a list in sharepoint. All fields populate as expected except Requestor which is a Person or Group Type. If I subsequently edit the item directly in the sharepoint list, I can enter the same name I pass from Fusion, the name is found and after ...
I have a situation where I have to concatenate values from a multi-select (where I use the join() function), but if only 1 selection is made my join() returns a null.I need to find a way to determine if this field is coming in as an array or single text field.Ideas?
Hi! I'm currently looking at setting up a service account to "own" our Fusion scenarios, but I was wondering does that service account also need to be an admin in our Workfront space? Appreciate any assistance!
If I have an array of collections with key-value pairs, what's the easiest way to transform this array so that only certain keys (and their values) are preserved in the array?For example, if this is the output of a HTTP request module:how can I transform this data so that within each collection I ha...
Hello, I have an integration with Azure DevOps that creates Product Backlog Items when a WF Project goes Current. Context:In the WF Project, there is a parent task named 'MarTech Development,' and varying subtasks underneath it that are all summed up. I can retrieve this information in a GET API Ca...
Hello all,I am very new to Fusion. Does anybody know how to add a dash if there is a space between two text. For example, I have a string called "Workfront Fusion", but I want the string to be "Workfront-Fusion". I have tried using replace and " " (as blank space), and "-" (as the replacement str...
I'm new to Fusion and one of the quick wins we've identified is pulling the overall deliverable due date custom field in the issue into the project template. The goal is for the last task due date which is release final files automatically aligns with the overall due date set by the client in their ...
How can i read the approval process of an object using fusion? approval id not approval process id . What should be the url used in the custom api call?