Hi guys
Just wondering if it's possible to prevent the "add new row" function on a repeating section to conditionally hide/disable.
E.g. When Item Property =='X' -> Hide the Add new Row button.
I know there is a "Prevent add/delete in new/edit mode" function that accepts an Expression but the Expression doesn't seem to action any logic other than Is new/ Is Edit.
I've seen this thread Forms: how do i conditionally disable 'add row' in repeating section and seems like someone ran into the same issue.
I'm open to any Javascript solutions for this scenario.