I’ve configured a task to enable/disable based on a card click, which also checks if the BRE condition is true or false. I initially configured the flag as null
, but it didn’t work as expected. Has anyone faced a similar issue or know what might be causing this?
@aakriti.kamboj Can you please explain this in detail.
@aakriti.kamboj
This issue suggests that you are using the obj
function in the BRE to check a specific card’s flag, which determines whether the button element is enabled or disabled.
If your question is about this functionality, you should use the entity path for the specific card to check its flag (true or false) when clicked.
However, if you use the obj
function, it will check the flags for all cards in the list instead of just the selected one.
@aakriti.kamboj
Is this works for you ?
@Ritik_Dixit, Yes, It’s working now.
1 Like