I set up a collection to use with a component and I am in the process of extending it to add more functionality with the forms column as shown below. EditSummary is a form on the SummaryEdit screen. If I use EditSummary in all 4 items, all is well -- no errors.

But if I replace EditSummary in the last two items with EditProject (a form on the ProjectEdit screen)

it generates an error saying "The given types are incompatible".

I find no differences between the setup of SummaryEdit (screen)/EditSummary (form) and ProjectEdit (screen)/EditProject (form). In fact, the latter was cloned from the former.


Any thoughts on why it thinks EditProject is an incompatible type?
Thanks,
LRVinNC