Him
I want to add a button in a column showing a button (formatting the json) only when the name of the folder is "a certain name". I tried this code but it does not work.
{
"elmType": "button",
"txtContent": "XXXXXXX",
"customRowAction": {
"action": "executeFlow",
"actionParams": "{\"id\": \"XXXXXXXX\" }"
},
"style": {
"display": "=if([$Title] == 'name of the folder' , 'block', 'none')"
}
}