Introduction
The syntax for skip logic in custom forms has been updated in version 11. To provide better clarity and to allow the use of additional object fields such as participant and visit, the new syntax is now similar to a JSON-based dictionary.
Old syntax:
$extendedObj.specimenClass = "Cell"
New syntax:
specimen.specimenClass == "Cell"
Examples:
Use Case 1: Show form field based on the Specimen Class.