Hello @all,
I have a problem in SAP CAP 6.1.1 with an edmJson.
@Core.OperationAvailable: {
$edmJson: {
$If: {
$And: [
{$Eq: [{$Path: 'isBitbucketRepoCreated'}, true]},
{$Eq: [{$Path: 'isSSCAppCreated'}, true]},
{$Eq: [{$Path: 'isJenkinsCreated'}, true]}
]
},
true,
false }
}
This translates to this metadata XML with two <Bool>true</Bool> value.

I would expect the second to be false. Anybody an idea what's might be wrong ?