I'm trying to figure out where I've gone wrong. I'm trying to add items to a list. I'm using NewForm and so on but when I save Submit() nothing happens and the fields populate with an item that was previously selected from a data table.
I have an icon that has
OnSelect =
Navigate('Request Form',ScreenTransition.CoverRight,
{
varRequestDisplayMode: DisplayMode.Edit,
//varRequestShowSearch: true,
//varRequestShowForm: false,
varRequestFormMode: FormMode.New
}
)
I'm using DefaultMode = varRequestFormMode on my screen "Request Form".
This should take me to my form page and reset the form as far as I understand it.
Solved! Go to Solution.
Never mind the form was submitting. The data table wasn't refreshing. Ugg.
If you want to do that why dont you do this:
OnSelect =
Navigate('Request Form',ScreenTransition.CoverRight);
EditForm(FormName);
NewForm(FormName);
You can also say "ResetForm(FormName)" instead of "NewForm(FormName)"
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
Last Post on Community
My website!
Never mind the form was submitting. The data table wasn't refreshing. Ugg.
If you want to do that why dont you do this:
OnSelect =
Navigate('Request Form',ScreenTransition.CoverRight);
EditForm(FormName);
NewForm(FormName);
You can also say "ResetForm(FormName)" instead of "NewForm(FormName)"
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
Last Post on Community
My website!
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
194 | |
67 | |
46 | |
41 | |
22 |
User | Count |
---|---|
246 | |
120 | |
83 | |
74 | |
69 |