I have applied Format Rule to a Column with the following condition
NOT(IN(CONTEXT(“ViewType”),{“Form”,“Detail”}))
as I do not want to show the formatting in Detail/Form. The Format Rule works fine in Mobile View but in Desktop View there seems to be a bug.
When I original view to which the rule is applied is shown initially, the formatting is also ok. But as soon as I click any item on it and the detail view opens in the side, the Formatting disappears from the original view and I guess its due to the Detail view getting opened on the right side of this view.