
With(
{
_Submit2:
DropdownOperation.Selected.Value = "CNC - Birch 19" ||
DropdownOperation.Selected.Value = "CNC - Maple 18.5" ||
DropdownOperation.Selected.Value = "CNC - Melamine" ||
DropdownOperation.Selected.Value = "Packaging"
},
SubmitForm(EditForm1);
If(
_Submit2,
SubmitForm(Form2)
)
)