Hello community, I'm getting more and more frustrated with Adobe Workfront's support.While it has not been easy to get meaningful and, above all, timely support in recent months, requests do not seem to be addressed at all over longer periods of time. Is this just a subjective assessment, or is it t...
Hello community, Are there any known issues concerning the possibility to customize the summary panel through a layout template? No matter which fields I add, I don't see any changes in the UI. Thank in advance. RegardsLars
Hello, The easiest approach would be to use a calculated field here.{project}.{DE:<customFieldName>} You are also able to get this reference into an external lookup field. Here you will have the disadvantage, that the external lookup field is a dropdown select field which always requires an initial ...
Hello Donna, If I have understood you correctly, you could do the following: Create an External Lookup field in your form using the following Base API URL:https://<your-instance>.workfront.adobe.com/attask/api/v19.0/CTGY/search?fields=categoryParameters%3Aparameter%3AparameterOptions%3A%2A&ID=<custo...
Hello bskard, Did you find any solution for this? Unfortunately all I have tried does also not work on our instance... May I ask on which cluster your instance is running? (Setup -> System -> Customer Info) Thanks in advance.RegardsLars
Hello Ken, the question is, what returned information you are expecting? As you can see here, you get detailed information on an execution, if you are extending your API call with an execution ID./scenarios/{scenarioId}/logs/{executionId} The documentation of make.com mentions, that you need to use ...
Hello Nastasya, The plugins for the Creative Cloud apps are still available:Photoshop: https://exchange.adobe.com/apps/cc/37722a55?pluginId=37722a55InDesign, After Effects, Illustrator, Premiere: https://exchange.adobe.com/apps/cc/108938?pluginId=108938XD: https://exchange.adobe.com/apps/cc/4c3566f9...
Hello Tracy, If you have a look into the API-Explorer and switch the API version to API unsupported, you will see, that there is an action under Projects (PROJ), which is called exportAsMSProjectFile.Running that (PUT), I do get an UUID. Unfortunately that action is not documented, but i could imagi...