Hi, I am still trying to wrap my head around the way fusion handles variable creation namely arrays (coming from NodeJS).I am fetching all documents from one issue, and for each document I am fetching the proof information for each version. I am only interested in checking the proofDecision of the l...
I was trying to use a webhook with the Document Version record type in order to check for updates, but with this record type I can't find a way to filter by projectID.I can filter by projectID if I use the Document record type, but then I can only access the currentVersionID as a filter, which also ...
The project is setup in standard Workfront; I don't think I have access to Workfront Proof. Is there any other way to check for the changes in the document proof status?
Hi, I am trying to create a scenario that would be triggered whenever a document's proof status is updated. Quick setup is there's a Workfront project with issues; issues will have documents (although it's not mandatory) and those documents will have a proof workflow. I need to trigger my scenario e...
I tried with that cleaned up formula, as well as with a specific record, but still couldn't get the formula to kick in. Will open a ticket for this. Thank you for your help, really appreciated it!
How slow would the processing be? I have a test record that was added 5 minutes ago and there is no update on the calculated field.This is the formula in place on that specific fieldIF({⭐️ Status}="Backlog" && ISBLANK({⭐️ ⚙️ Sprint Schedule}),
CONCAT("Backlog | ", {⭐️ Tactic Name}),
IF({⭐️ S...
I am testing this in Preview. My steps are:Check for new records added via a trigger module, and check if those new records have a blank statusIf the status is blank, update the Workfront Planning record and change status to Backlog I tried now a similar logic as the one you shared, by getting the n...
The calculated field works when I update the status manually; and I can't seem to find the MiscActions module for Workfront Planning. Is there any other way?