Hi, i would like to fill a sharepoint list (actually only 2 fields--> name , and last name) with text_input, the user must be to inset data with the app.
Thx
Solved! Go to Solution.
Hi @Anonymous
you could use the patch() function https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-patch when you have a form, you can use the SubmitForm() function EditForm, NewForm, SubmitForm, ResetForm, and ViewForm functions in Power Apps - Power Apps | Microsoft Docs
Hope this helps you, otherwise please explain more about your goal.
Best regards
Marvin
If you like this post, give a Thumbs up. If it solved your request, Mark it as a Solution to enable other users to find it.
Hi @Anonymous
you could use the patch() function https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-patch when you have a form, you can use the SubmitForm() function EditForm, NewForm, SubmitForm, ResetForm, and ViewForm functions in Power Apps - Power Apps | Microsoft Docs
Hope this helps you, otherwise please explain more about your goal.
Best regards
Marvin
If you like this post, give a Thumbs up. If it solved your request, Mark it as a Solution to enable other users to find it.
Patch(ListName,{name:TextInput1.Text,lastname:TextInput2.Text})
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 |
---|---|
193 | |
45 | |
45 | |
43 | |
35 |
User | Count |
---|---|
270 | |
82 | |
81 | |
73 | |
69 |