If(
TravellersDetails.Valid && TripDetail.Valid,
Patch(
'Travel Booking Request Form',
Defaults('Travel Booking Request Form'),
TravellersDetails.Updates,
TripDetail.Updates
);
Navigate(SuccessScreen);
Refresh('Travel Booking Request Form’),
Notify("fill in fields . . .)
)
If( !IsBlank(Control.text) && !IsBlank(Control.text) &&....,
Patch(
'Travel Booking Request Form',
Defaults('Travel Booking Request Form'),
TravellersDetails.Updates,
TripDetail.Updates
);
Navigate(SuccessScreen);
Refresh('Travel Booking Request Form'),
Notify(
"Please fill out the mandatory information",
NotificationType.Error
)
)
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional