Skip to main content

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

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