Hello guys,
i need to show a field on hr application form only when an application is on 2 specific stages.
I created this code but it's not working:
{"invisible": ["&",["stage_id","=","Phase1"],["stage_id","=","Phase2"]]}
Phase1 and Phase2 are phases names.
Any ideas?