Hi i want to show/hide the column according to below condition. How can i make it dynamic ""value": "abhilash"" in below code i have tried ["value": "{{userName}}"] but this is not working. Is it possible to get the user attribute here?
"cMyCase": {
"visible": {
"conditionGroup": [
{
"type": "contains",
"attribute": "cProcessingCaseOwner",
"value": "abhilash"
}
]
}
}
"cMyCase": {
"visible": {
"conditionGroup": [
{
"type": "contains",
"attribute": "cProcessingCaseOwner",
"value": "abhilash"
}
]
}
}
Comment