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
Component at rows index 1 in a!gridLayout is not a supported layout component. Every item in the rows array must be a valid layout or UI component like a!gridRowLayout without null or invalid entries. Check row index 1 specifically for invalid or unsupported components and wrap them correctly to fix the error.Share your a!gridLayout() code(If this not help you).