Error passing record type in Process Model

Certified Senior Developer

Hi,

I called a summary view interface in another interface using record relationship but having problem in the process model. 

This is my Phase Title Interface calling another interface 'Summay View' using the rule input "titleinput" which is a record type. The interface works fine but when I try to create a process model, I am not able to call the parameters. 

The expression used: 

a!formLayout(
label: "Selected Project",
contents: {
a!sectionLayout(
contents: {
rule!MD_PM_ProjectSummaryView(ri!titleinput['recordType!}MD_PM_PhaseTitle.relationships.}mdPmProjectdetail']) - I used the record relationship here. 
}

Process model:

Is it because titleinput is a record?

how to resolve this issue? or how can I use summary view interface in Phase title interface without using the title input record type?

Please advice. 

TIA.

  Discussion posts and replies are publicly visible