Lars,
We have a similar automation but used the Microsoft Word template to fill out the document using the JSON structure. Its weird as the Adobe PDF services, if you do a create PDF function wants a .doc or .pdf file and I found the .doc file worked pretty good, but the PDF structure should as w...
I've not done much automation with the Proof module, however, I've used the JSON module that is available to get at JSON data. That module has a parse function that helps you get at JSON data.
Bill, unfortunately there is no way to make reporting like this in the system, this discussion, https://experienceleaguecommunities.adobe.com/t5/workfront-questions/time-off-reporting/m-p/591268#M53425, gives a bit more context on the subject.
Custom fields won't show in the kickstart, you simply add them after the last the last header. Below is sample of one I've used to upload users. The CategoryID field is the ID of your custom form. The last couple columns are the custom fields I have on the form as they start with DE:, you don't ne...
Fusion is overkill here, you can de-dupe your excel list within Excel. Check this link on how to do this, https://blog.hubspot.com/marketing/remove-duplicates-excel. Once you have the list you want you can use Fusion to read it and update any records needed within Workfront, similar to the below f...
Its_Meow, not exactly sure what you're asking, however, if you'd like some good training resources to better understand Workfront and how it can support you and your orgs (however confusing they might be) here are great places to start:
Experience League (you found us) - https://experienceleague.a...
One thing to note on changing from Complete back to Current, then back to Complete, it will change the actual completion date of the project to the date you put it back to Complete.
Robin, make sure you've selected the right reference object type (Program) for your typeahead field. We have something very similar where we have a typeahead field that pulls programs (we call em campaigns) for a specific group. Below is the textmode we use for the filter to make it happen. We a...
Justin, the API does not offer collection fields for the proof fields in Workfront. Typically, the collections fields are how we could iterate a list of objects in a report. As example, tasks have collections field and you can build a report field that lists all the open tasks on a project if you ...