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.
I'm working on a scenario to export one of our forms to a Word template document. It's was working pretty nicely until it came to one of the custom fields that contains rich text. Is there a way to have the rich text export to the Word Template as it is coded? If not, I know it is JSON coding, ...
In Workfront Fusion, is there a field available in either the 'Read a Record' module or the 'Custom API' module that can retrieve the Workfront Issue Path?
I am attempting to filter out bundles that do not include a certain data point. Right now I have {{sort(71.body.data; "desc"; "entryDate")}}To get the most recent update, but I only need the most recent update posted by a specific user. As you can see below, I have one bundle with many data sets. I ...
I am brand new to Fusion and am needing to develop a scenario that will find all the Programs that have an empty field. I am currently using "Search", but I get this error each time I run it, "The operation failed with an error. [422] APIModel V20_0 does not support field null (Project)". Any sugg...
Hi,Screenshots attached......I'm trying to remove a Project User from a project in the People area, when they are no longer assigned any Tasks.I'm looking at the object Project User, which I believe is an array of the People on a Project.When I use the Search module in Workfront, I get an error sayi...
I want to select only 'Queue Properties & Issue Setup' when attaching the project template using Fusion.What should I enter in the 'Options' field in the Fusion module?
Hello Everyone While trying to update a request in Workfront , I may either get a success or a Failure. After Success I can call a HTTP module to send the success Acknowledgement. However in case of failure I am not able to send the Failure acknowledgement. The Scenario stops at the WF module. Even ...
In Workfront Fusion, when adding static JSON data using the createJSON module, is it necessary to use the parseJSON module to retrieve and access the JSON content, or are there built-in methods to directly access the JSON data without parseJSON module ?