1: I'm testing with metadata card configuration.
I'd like to hide a field from the meta data card when there is no value in the field.
Is this even possible?
Condition:
{
"Properties": {
"MF.PR.Name": null (or "")
}
}
Behaviour:
{
"Properties": {
"MF.PR.Name": {
"IsHidden": true
}
}
}
2:
on page 16 of "CONFIGURING THE METADATA CARD", there is stated "Properties without groups are always added ABOVE any property groups.".
I noticed that my undefined properties always appear at the bottom, BELOW the last defined group.
3:
In general, The document could use some more practical samples in stead of flat explanation of functions.