Hi,
In FO I have created a table that contains a column with a dropdown using a base enum. The labels in the enum consists of two words like:
Default location
First location
Second location
The value in the labels is shown as expected in my finance table, but when i write the values to dataverse using dual write, the value shown in dataverse is taken from the /Name/ property of the base enum. This name property does not allow spacing between words and in dataverse the column i am trying to map the value to is of type string. As a result the value shown in dataverse is something like this: Defaultlocation (in one word). I know that one way to solve this would be to change my dataverse column to a another type.
My question. Is there another way to fix my problem? Can i somehow in my dual write mapping say that Default Location should write Default Location to dataverse?