
Hello,i have a several forms(SharePoint list) in my power apps. I need to be able to submitforms for selected forms. I use this code but nothing happens. Please tell me what to do in this situation
SubmitForm(Feedback_Form_Default);;
If(
Routines_Choiser.Selected.Value="AM KSR Changover_Routine_Default";
SubmitForm('AM KSR Changover_Routine_Default');
NewForm('AM KSR Changover_Routine_Default')
);;
If(
Routines_Choiser.Selected.Value="Maintenance Planning and Scheduling_Routine_Default";
SubmitForm('Maintenance Planning and Scheduling_Routine_Default');
NewForm('Maintenance Planning and Scheduling_Routine_Default')
)
Hi @ruslan889901 ,
I assume that Routines_Choiser is on the Feedback_Form_Default ?
If so, submit that form last.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps