This has been very helpful! How would i string together multiple setProperties to add in more attributes associated with the capsules? For example:
$o2.removeLongerThan(40h).transform(
$capsule -> {$capsule.setProperty('OpeName', $o.toScalars($capsule).first()
I want to repeat this process on the same capsule for for "Batch).
thanks!