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