Hi @_Manish_Singh, Thank you for your question! Can I ask: is there a reason that you are using a word document to store HTML code? I ask because the Download Document module for Workfront only outputs the raw data available; this is the strange string with lots of unreadable characters. The modul...
Hi @_Manish_Singh, Thank you for your question! Can I ask: is there a reason that you are using a word document to store HTML code? I ask because the Download Document module for Workfront only outputs the raw data available; this is the strange string with lots of unreadable characters. The modul...
Hi @hishmah, Thank you for your question! The API concurrency limits are in place to prevent problems caused by abusive API calls and offer a seamless experience for all our customers. https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-api/api-general-information/api-basics...
Hi @AndyHeller, Thank you for your question! You should be able to apply a filter directly on the project status field and set it to only look at "Current" projects. Please see gif below. - Monica
Hi @MariusUz1, Thank you for your question! Try this: ROUND((((DATEDIFF({entryDate},DATE(CONCAT("1/1/",YEAR({entryDate}))))+1)-(9-MOD(DAYOFWEEK(DATE(CONCAT("1/1/",YEAR({entryDate}))))+5,7))-MOD(DAYOFWEEK({entryDate})+5,7))/7)+2,0) - Monica
Hi @LaurensKr1, Thank you for your question! The 'refused to connect' error is pretty common and is usually the result of a website not allowing you to embed it as an iframe. In this case, Tableau. If the web page you want to embed in a dashboard does not allow this, the page does not display in th...
Hi @JohnJOSullivan, Thank you for your question! In order to return the response headers as part of the module's output, you'll want to use an HTTP Make a Request module. The URL is typically something like https://<domain>.my.workfront.com/attask/api/v19.0/OBJCODE (unless your Workfront instance i...
Hi @Alkash4, Thank you for your question! I would suggest using a platform such as https://www.diffchecker.com/ to compare the pasted output vs the mapped output. You can also use the Fusion Devtool https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-fusion/scenarios-in-fusio...
Hi @lgaertner, Thank you for your question! I see that you have since opened a ticket with our support team regarding this behavior and discovered that the documentation is wrong, as the dateModified has to be returned as 13-digit unix timestamp. The support agent is working with our documentation...
Hi @FrancoisGe1, Thank you for your question! Yes, @ChrisStephens is correct. To retrieve the approver ID from a timesheet profile, you can run the following API call: GET https://<domain>.my.workfront.com/attask/api-unsupported/TSPRO/<timesheetProfileID>?fields=approverID - Monica