We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

Interface, grid validations

Hi,

I have an interface with editable grid (a!gridLayout) where I am trying to add a new row with required elements when user clicks on "Add Dcoument".

I have to achieve the below requirements. Not 100% sure whether it can be done or not.

1. If any one of the field / element filled with data, other fields/elements should be filled with. 

2. Also, there should not be any row with empty empty fields/elements.

When I try to write a validation in the Document Title field, then it is applying to all the rows of that field when I click on the "Add Document". Not sure how to handle for row by row.

 required: if(a!isNotNullOrEmpty(ri!Documents.documenttype),true(),false())

  Discussion posts and replies are publicly visible