Hello:)
In the Custom Form I have Multi-select dropdown field 'Risks / Issues', then the next field is Single Line text 'Comments'
How to write formula that if you select in the 'Risks / Issues' 'no risks/ issues' then in the 'Comments' field will appear n/a text. Otherwise leave empty.
I tried this one in the Comments field:
IF({DE:Risks / Issues}="n/a", "n/a", "")
but doesn't work
Can someone please help
Thanks,
Mariola