Hello people, what I need seems pretty simple but I can't get it to work.
I need to hide or show a field based on two values of another dropdown.
I have the options:
Comunication
Sponsoring
Publicity campaign
Other
If I select comunication, another dropdown appears with more options. I need to do the same with Publicity Campaign. Both options save data to the same field.
I'm using the following formula to do that:
If(Dropdown3.Selected.Name="Comunication", true, false)
And I need the same formula on the same field to work with both "Comunication" and "Publicity Campaign". How can I do that?
Thanks.