Expand my Community achievements bar.

SOLVED

Data Store as a log

Avatar

Level 1

Hello, 

 

I am attempting to use a data store to setup an easy to see log of all executions that have run for a scenario to make error handling easier than using the run history. Does anyone know if there is a way to pull the Run ID as the key in a data store? In my instance I am looking at projects so my data store would likely include Run ID as the key, Project ID, Run Date. This would allow me to tie our Project ID from workfront to the Run IDs in a more searchable format for error handling. Hopefully that makes sense please let me know if that is not enough information. 

 

Thank you!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

I do it like this

SebastianUndu_0-1711141318867.png

Important, executionIds last 30 days


hope it helps

View solution in original post

3 Replies

Avatar

Level 3

You may store the {{executionId}} or the link to the execution, e.g. 

https://app.workfrontfusion.com/*your_no*/scenarios/*your_no*/logs/{{executionId}} in the datastore

 

 

Avatar

Correct answer by
Level 2

I do it like this

SebastianUndu_0-1711141318867.png

Important, executionIds last 30 days


hope it helps