SubmitForm | Patch | Functions | Power Apps Tutorials | Hindi

Lotusamaze
Lotusamaze
4.7 هزار بار بازدید - 2 سال پیش - Power Apps submitform and patch
Power Apps submitform and patch function  are used to create new record or modified record id data source.
Power APPS Playlist-English :
Power Apps-English
Power APPS Playlist-Hindi :
Power Apps-Hindi
Power Automate Playlist-English : Power Automate-English
Power Automate Playlist-Hindi : Power Automate-Hindi
Power BI DAX Hindi Playlist : DAX Hindi
Power BI DAX English Playlist : DAX  English
Power BI Hindi Playlist : Power BI Tutorials-Hindi
Power BI English Playlist : Power BI Tutorials-English  

#powerbi #powerapp #powerapps #powerappscomponentframework
SubmiForm

Text Property of lbStatus
If(IsBlank(FormEmployee.Error),"Data Added Successfully",FormEmployee.Error)

OnSelect Property of btnAddData

SubmitForm(FormEmployee);
Notify(If(IsBlank(FormEmployee.Error),"Form Submitted Successfully",FormEmployee.Error));
NewForm(FormEmployee)


Patch(EmpoyeeData,
Defaults(EmpoyeeData),
{
   ID:Emp_ID.Text,
   Name:Emp_Name.Text,
   MobileNo:Emp_mob.Text,
   City:Emp_City.Text

}
)
2 سال پیش در تاریخ 1401/06/12 منتشر شده است.
4,777 بـار بازدید شده
... بیشتر