Forum Discussion

chanpion13's avatar
chanpion13
Copper Contributor
Jul 30, 2021
Solved

Need help with a quick snippet of code for the conditional formula for showing/hiding fields

hi!   i have this code and it works. When the campaign type is set to auto, this field will be visible.   =if([$CampaignType]== 'Auto', 'true', 'false')   I want to it so that if the campaign t...
  • RobElliott's avatar
    Aug 01, 2021
    =if([$CampaignType] == 'Auto' || [$CampaignType] == 'Home', 'true', 'false')

Resources