Feb 11 2022 04:24 AM - edited Feb 11 2022 06:05 AM
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 the button shouldn't display.
"visibility": "=if(([$SentToCx] == 'Failed') || ([$SentToCx]! = 'No'),'visible','hidden')"
I've tried using this code however it's not working as expected.
Feb 11 2022 06:04 AM
SolutionMar 30 2022 10:12 AM
@Chris Cundy in the style property
Feb 11 2022 06:04 AM
Solution