Expand my Community achievements bar.

Latest Community Ideas Review is Out: Discover What’s New and What to Expect!
SOLVED

Adding a new module on a funtional scenario

Avatar

Level 3

Hi All,

 

I'm trying to update an active scenario I built to attach a custom form to an issue when it is routed to it's home project. The scenario I currently have takes a request/issue and routes it to the project the requester entered in a project typeahead field on the request form.  Once it is moved to this project I want Fusion to automatically  attach a custom form.  This is the module I attached at the end of my scenario but I keep getting the following error message from my new module:

RuntimeError

[422] name cannot be null

Origin

Adobe Workfront

 

Here's the Module in question

 

Module Type: Create a Record (with attaching custom forms)

Connection: SB01

Record Type: Issue

Select Fields to Map: Project ID

Project ID: (map on) 11. ID

Attach custom form: Custom form name

 

then there's a list of all the fields from the form that I left blank. The plan is that these fields will auto populate once attached to the issue. The fields are all project level calculated fields to bring that data down from the project level to the issue for user convenience. 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Your configuration should look like this.

ChrisStephens_1-1732715413859.png

 

 

View solution in original post

6 Replies

Avatar

Community Advisor

The module that you're using is trying to create a new issue, which means it has to have a name.

 

Based on your description, I don't think this is what you want to do. It sounds like you're trying to move an existing issue and add a form to it, in which case you should use the misc. action -> move module, and then the misc. action -> attach form module.

Avatar

Level 3

Thanks Chris. However, I don't see 'attach form' as an option in the misc.action module.  Should I be looking for a different module to use?

 

Avatar

Community Advisor

No sorry, I forgot what it was called. It's the misc. action -> assignCategories function.

Avatar

Level 3

Yeah still erroring out. 

 

RuntimeError

Issue with primary key value(s) "Custom Form ID" not found

 

My Module looks like this:

Module: WF Misc Action

Record Type: Issue

Action: assignCategories

objID: 11. ID

objCode:

categoryIDs (map):  Custom Form ID here

 

 

Avatar

Correct answer by
Community Advisor

Your configuration should look like this.

ChrisStephens_1-1732715413859.png