Bypassing validation for a column while updating corresponding column

Stuck in typical situation, where I’ve got following columns in a table
3X_9_4_9420680365cd6bdfbd8e62c0b2b678650bd3312c.png

  1. [Debit Amount] and [Status] columns are editable and the other two columns are having formulas
  2. Debit amount has validation where it is valid if [Debit Amount]<=[Balance Left]
  3. While adding a row Initial value of column [Status] is set as Pending
  4. Status has to be changed to Received through an Action created for updating column [Status]

Now update action is failing for second row as per above table due to validation error [Debit Amount]<=[Balance Left]

Looking for option to bypass the validation during update so that [Status] value can be changed from Pending to Received. Or any other solution to overcome this situation as the given validation is a must requirement

Pls guide.

Solved Solved
0 17 574
1 ACCEPTED SOLUTION

After days of struggle, could figure out the issue

Debit amount validation shall continue to have the same valid if [Debit Amount]<=[Balance Left] like [ZWL Debit]<=[ZWL Available Balance] in my case
The error was in [ZWL Available Balance], where the value of App Formula should actually be the Initial Value
Also need to ensure that the Reset on edit in Update behaviour should be unchecked.

View solution in original post

17 REPLIES 17
Top Labels in this Space