I using patch for Save data in PowerApps, but have an error. Which my column "TotalBudget" is Number Column Type
For other column can Save to SharePoint List.
MyCode:
Patch('Budget Master 2', Defaults('Budget Master 2'),{Title:Dropdown2.Selected.Result, Company:Dropdown3.SelectedText, Department:Dropdown1.Selected.Result, BudgetID: TextInput1.Text, TotalBudget:TextInput2.Text});
My Screenshoot for better explain
Thank You
Solved! Go to Solution.
If you are submitting whole form. Why use patch? Why not SubmitForm?
Hi @zmansuri ,
Can you help me formula SubmitForm ? Because I only now Patch Function.
I'm very helped if there have easy formula
Ok. When you are submitting the whole form don't use patch.
formula is
on your submit button OnClick property: SubmitForm(Formname)
That's it. Every value will be submitted. Patch is used when you are submitting partial values.
Try that and get back to me.
Try the below:
TotalBudget: Value(TextInput2.Text)
Can you help me to find FormName? Because I'm confused to find my formname.
Thanks
You are selecting individual component.
Is your datasource sharepoint?
Click on this icon and send me picture.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
51 | |
47 | |
32 | |
32 |
User | Count |
---|---|
265 | |
91 | |
78 | |
68 | |
67 |