Concept Flow - BuildOptional and buildEither
Start
Check Optional Value
Yes|No
buildOptional(value)
Check Condition for Either
buildEither(first:)
Result Built
This flow shows how buildOptional handles optional values by including or skipping content, and buildEither chooses between two branches based on a condition.