Adding a new module on a funtional scenario
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.
