Expression evaluation error [evaluation ID = 490fd:7fd56] in rule 'gse_scl_uiviewintakedetailsv2' at function a!gridLayout [line 1230]: A grid layout component [label=""] has an invalid value for "rows". The row layout at index 1 contains a component that is not supported in the grid layout.
What would be the cause for this Alert. UI is not breaking up anywhere.. got this in email
Discussion posts and replies are publicly visible
Someone must have seen this error on UI as well. Anyway, if possible can you share the gridRowLayout configuration? The first component in it is the source of the error so see what is configured
To identify the cause of the error, share the gridLayout code, especially its rows array content, where the invalid component is reported. The gridRowLayout code you shared looks fine, but the issue will likely be in how rows in gridLayout are defined or structured. Sharing the parent gridLayout code with its rows details will help pinpoint the invalid component.