Exporting A Report Via Fusion | Community
Skip to main content
Eric_D_Miller
Level 5
June 25, 2025
Question

Exporting A Report Via Fusion

  • June 25, 2025
  • 2 replies
  • 947 views

Hello,

 

I am attempting to run a scenario that will export a report and send it to a destination on my desktop. Is this possible and if so what is the best method to go about it?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Sven-iX
Community Advisor
Community Advisor
June 26, 2025

Hi @eric_d_miller can you clarify your requirements

  • you can export any report with a call to /attask/api-internal/report/export and setting the form data 
    exportOptions = {"exportFormat":"XLSX","exportTitle":"sven test assignments","exportType":"LIST","properties":{"detailObjCode":"PTLSEC","detailObjID":"685c24f300008535fbe3219a261d8cff"}} listOptions = {"viewID":"685c24f300008533d307b9ea023f0cb5","groupID":"0","filterID":"685d6e530005a5b241a4a46c07fffa43","reportID":"685c24f300008535fbe3219a261d8cff","isDrillDown":false,"listObjCode":"ASSGN","currency":null} filters = {} method = get​
  • Fusion doesn't send anything to your desktop. You can 
    • use WF modules to upload to WF
    • use Sharepoint/Offic modules to upload to Sharepoint or Office 365
    • use email modules (Office 365 or Email) to send email and attach a file (size limitations apply)
Eric_D_Miller
Level 5
June 27, 2025

Sven,

 

My requirements are that a report be exported once a day. I would then like the file to replace a file. We may be able to move that file to a Sharepoint location to make this easier on us.

 

Can you explain where the call to the API is entered? Am I using the Custom API Call module?

Sven-iX
Community Advisor
Community Advisor
June 27, 2025

Eric,

Yes you'll need the customAPI module. 
You could upload to Workfront (as well as a new version if you want history)

kautuk_sahni
Adobe Employee
Adobe Employee
July 29, 2025

@eric_d_miller Just checking in — were you able to resolve your issue? We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!

Kautuk Sahni