Hey this works for me however I have a multi tab form so form1,form2,form3,form4 which I then patch together and submit on the last tab…
how would I add validations into this code to accommodate the rest of the forms and not just form1?
this is my code so far..
If(Form1.Valid,
If(currentTab < 4, UpdateContext({currentTab:currentTab + 1})),
Notify("Please Complete all Mandatory Fields",NotificationType.Error, 10000))