I have a web request that provides an enum value in a string (e.g. Submitted). When I have added this to the property mapping I expected that the “Submitted” value in the web request would map to the Enum String value “Submitted”. But this is not happening.
Can you maybe try to add a runtime property (string) to the datasource of the result mapping, and map the TurnoverStatus to that property as well, to verify that “Submitted” is mapped? Or/and maybe a screenshot of your web request if it still doesn’t work?