Form1.Mode = FormMode.New && IsBlank(Input_1),
Notify(
"Source Name requires a value",
Error
),
Form1.Mode = FormMode.New && IsBlank(Input_2),
Notify(
"Server Name requires a value",
Error
),
Form1.Mode = FormMode.New && IsBlank(Input_3),
Notify(
"Source IP requires a value",
Error
)

So it just submit the form after validating the second row. It prompt error msg for the row I'm in if it doesn't meet the validation.
If I edit the first row it validate it and submit the form even if second row is incomplete.
It just validate the row my mouse is in.
Can help to validate all the rows in my code @RandyHayes
Hi
I have created a repeating table and have set data validation on the columns. During testing found that it is only validating the gallery row I'm currently editing, I want it to verify all the rows.
So if I'm editing the second row it does not check the first row. Hope I'm clear

If(