The property Nome was of mode String while DML-HLW-Work-EntryApproval.resolveEmbeddedPages was expecting Page mode. Details: (none)

i need to send the form data to a portal page, but at the end of the case this error appears and won’t let it go up. I need help to solve this problem!

The property Nome was of mode String while DML-HLW-Work-EntryApproval.resolveEmbeddedPages was expecting Page mode. Details: (none)

@YNGRIDC16891140

Hi,

As the message communicates, there is expected type mismatch.

Please check the DT/Activity , if anywhere you code was expecting a page input but current value was passed as a string. It will be not able to resolve that step/function if there is a mismatch in the expected type

@YNGRIDC16891140 Please map it properly using PageName.Propertyname for proper mapping.

What seems from error is you might have mapped a string property or something directly onto a page.

Treat page a an array rather than a string property.