I want to set the Submit button display mode to disabled until the mandatory fields in each line of gallery is filled by the user. The group of mandatory fields will differ based on a drop down field "Type" where user will select values like [ Ad-hoc, Reccuring ] . Ad-hoc type will activate few fields and disable other field unrelated and vice versa.
Challenge: I believe, my if condition and countif(gallery.allitems, fieldvalidation count) > 0 is counting empty fields from other line items as well which ideally should count only from the particual line time only.
Any ways to achieve the desired result?