Hello all.
I'am making a report in Electronic Reporting feature in D365FO and I'm having some issues with enum type fields on model mapping. In the data source I created two fields, one as enum type field and other as a boolean type field. In the data model I put the same options that this fields has on D365FO. In the model mapping I wrote the formula for to put logic in the fields. The problem is at the moment to valid the model mapping for to change its status for "Concluded". The D365FO show me the error message below:
"Can not convert expression of type Enum to field of type Enum"
I can't understand because the field and the formula expression are of the same type.
Here is my data model

Here is my enumeration type data source on model mapping

And heret is he formula that I used to bind the data model to the data source.

Below the error message give by D365FO when I try to validate the model mapping.

I'am having this problem with two fields. The other one is a boolean type field as can see at the image above. But even I changing the type of field in the data model to enum I receive the same error message just saying that the expression type is enum and not boolean.