How do I conditionally disable 'add row' in repeating section for a responsive form

  • 5 March 2020
  • 1 reply
  • 144 views

Badge +6

Hi, this topic has been posted before for classic forms, but I cannot find a definitive answer for Responsive forms.  Is it possible using an expression to "Prevent add/delete in new/edit mode" on a condition - If Status = In progress then hide/disable 'Add Row'.

Thank you


1 reply

Userlevel 6
Badge +22
Hi,

You can reference columns in sharepoint but you cannot reference named columns.
So if you have a column named status you could use the expression :
fn-Equals(Status, "Hide") to hide the add row button in edit mode.

Reply