Event Trigger | Community
Skip to main content
Level 2
June 10, 2024
Solved

Event Trigger

  • June 10, 2024
  • 1 reply
  • 1561 views

Hello, I have a use case where a Project has a task and that task has a custom form attached in it. Let say a user filled the custom form fields in that task.

 

I want to establish a scenario where when custom form information is filled on that task, it will trigger an event which will fetch the filled custom form data information from that task.

 

I've tried to establish the event trigger but the options are limited,  Is it possible to do in Fusion, what steps I should follow? 

 

Thanks,

Subham

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

Hi, 

 

For Testing, I'm creating a project from a template which has some tasks and subtasks in it, then I'm attaching the custom form in one of the main task. Then I'm changing form element same as my trigger filter ie DE:HP | Product ID to trigger the scenario.

 

I have changed the Record origin but the issue persist.

 

Regards,

Subham

 

 


Hi,

 

troubleshooting can be a bit tricky...

Your scenario is saved and active?

Just to clarify, are you aware of the effects of setting Exclude updated made by this connection?

If you edit your task with exactly the same account that is used for the Fusion connection to Workfront, the trigger would not be triggered by this setting. 

But you should keep it active on the webhook and try to edit the task using another account, if not already done.

 

 

Regards

Lars

1 reply

lgaertner
Level 9
June 10, 2024

Hello Subham,

 

I would start with a Watch Events module

After selecting the Record Type (Task in your example) and the State (New State), you should find all fields, which belong to task specific custom forms in the first dropdown under Event filters.

Here you select one of the custom fields from your form and select Changed as the operator.

 

This means, that the module will be triggered by any changes of that field compared with the original (old) state.

 

By adding additional AND rules, you can precise your filter.

In the next step you should save and activate the scenario and give it a try, to see, what payload your module receives. Sometimes it will be necessary to add another Read a record module, to get missing information, but this depends on what you need.

 

Regards

Lars

DestPrAuthor
Level 2
June 11, 2024

Hello, 

 

I tried to test your approach on setting up the Watch Event Trigger.

 

I'm not sure when the scenario will trigger? will it trigger when I make the changes in the Custom Field mentioned in the trigger i.e DE: HP | Product ID (which I did but no trigger occurred)

 

 

 

Regards,

Subham

lgaertner
lgaertnerAccepted solution
Level 9
June 11, 2024

Hi, 

 

For Testing, I'm creating a project from a template which has some tasks and subtasks in it, then I'm attaching the custom form in one of the main task. Then I'm changing form element same as my trigger filter ie DE:HP | Product ID to trigger the scenario.

 

I have changed the Record origin but the issue persist.

 

Regards,

Subham

 

 


Hi,

 

troubleshooting can be a bit tricky...

Your scenario is saved and active?

Just to clarify, are you aware of the effects of setting Exclude updated made by this connection?

If you edit your task with exactly the same account that is used for the Fusion connection to Workfront, the trigger would not be triggered by this setting. 

But you should keep it active on the webhook and try to edit the task using another account, if not already done.

 

 

Regards

Lars