How to hide a container by id using the Logic Rule's 'Rule Code'?

how to hide a container by id using the Logic Rule’s ‘Rule Code’?

If you select a container and go to its properties, you can set rules for conditionally hiding and showing it based on different field values. You can then set the field values via logic rules to conditionally trigger things to show or hide.

yes, but the conditions don’t let you show/hide it based on a previous step field being greater than, less than or equal to

you can create a rule that calculates a value to store into a hidden field based on the greater than / less than / equal to comparison. For example, you can store something like “greater”, “less”, or “equal” into a hidden field. Then in the hide condition, you can compare to those values in the hidden field to hide/show elements