Set visibility of Step

Hello everyone,

I would like to hide a Step according to “visible” attribute (IsEqual…) :
test= Step(‘xxx’,views=[‘xxx’])
test.field= Tab(‘xxxx’)
test.field.test=Text(“xxxx”, visible = IsEqual(Lookup(‘params.xxxx’),‘xxx’)

By testing it the Step is empty but not deleted/hidded.

Do you any ideas to solve this topic ?

Regards,
Louis

1 Like

Hi Louis,

Currently, it is not possible to hide an entire Step, Page or Tab. I have added your request to our internal issue tracker.

Regards,

Raoul

Hi Louis,

Appreciate your feature request! To better grasp the scenario, could you provide a specific example where you’d like to use this feature? Having a concrete use case will help us fine-tune our approach and offer a more tailored solution.

Thanks,
Ke

Requested by @fzhou