Forum Discussion

Chris Cundy's avatar
Chris Cundy
Brass Contributor
Feb 11, 2022
Solved

[Resolved] Flow button visibility based on choice values of another column

Hello,   I'm trying to show a flow button in one of my columns only if the choice value of another column is equal to either Failed OR No. If the choice value is equal to Yes or In progress then th...
  • Chris Cundy's avatar
    Feb 11, 2022
    I've solved this using the following code:

    "visibility": "=if([$SentToCx] == 'Failed','visible',if([$SentToCx] == 'No','visible','hidden')"

Resources