Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.

Triggering A Scenario On A File Upload (Task Level)

Avatar

Level 4

I am attempting to trigger a scenario when a file is uploaded on to certain tasks on a project. I thought using the Template Task ID to narrow down my trigger would help but I don't seem to trigger anything when uploading. I also tried adding the PortfolioID to narrow down my trigger but that also seems to cause the scenario to miss my file uploads.

 

Eric_D_Miller_0-1751029132596.png

 

Any off in my webhook here? The file I am uploading is on the Task level, FYI.

 

Topics

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

2 Replies

Avatar

Level 2

Hi @Eric_D_Miller,

For whatever reason Workfront is not saving the portfolio ID on the Document, but is does save project ID.

If Task on project use Task ID exists and filter per project ID (I would assume the tasks would be on one project)
Please check the screenshot I provided and tested.

 New Documents on Task in project.png
Also please note the checkbox "Exclude updates made by this connection" if you have an automation that is uploading the files you will have to disable this checkbox, also if you only want initial upload you should be aiming for only "New Records".

 

Hopefully this helps.

Best regards,
Ivan Bebek

Avatar

Community Advisor

FYI this is because documents in program and portfolio are their own collections, independent of project docs. 

 

@Eric_D_Miller maybe you could attach a calculated field to the document (e.g. in a hidden form) that references {task}.{templateTaskID} and filter on the calculated field?

 

The module pulls only direct attributes - and from a document you'd have to look for task:templateTaskID - it doesn't support that.