Expand my Community achievements bar.

Export Execution History from Fusion

Avatar

Level 3

11/14/23

Description - We want to be able to export info from fusion, specifically the scenario history tab.

Why is this feature important to you - We want to use this info to calculate time saved via fusion automations.

How would you like the feature to work - There would be an "export" button that would let you export the history into an excel sheet, similarly to other reports in Workfront.

Current Behaviour - No reporting options exist.

4 Comments

Avatar

Level 6

11/15/23

Hi,

 

You could achieve this using the following workaround by utilizing the API of Fusion: 


 

From there you could process the data to a CSV, textfile, Google / Excel Sheet, ....

I hope this helps.

 

Regards

Lars

Avatar

Level 1

11/15/23

Lars, 

Thank you! This is incredibly helpful!

 

A couple questions: Are there two headers? And do those headers need values? Like this:

  1. Header: Authorization
    Value: <blank>
  2. Header: Token
    Value: (copied token)

 

Also, could you walk me through the data process module? I'd love to export it as an excel document. 

 

Thanks,

Christine

Avatar

Level 6

11/15/23

Hello Christine,

 

I went through it and for the authorization only one header is mandatory:

 

lgaertner_0-1700120392354.png

Don't be surprised about the URL (app-eu.workfrontfusion...). Our instance runs on a European server.

Concerning the data processing you will need to parse the JSON coming from the HTTP request and fill your Excel sheet. Unfortunately we don't have a connector to Excel set up, but I propably can have a look on how to do that using the CSV module later.


Regards
Lars