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})
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 |
---|---|
196 | |
67 | |
46 | |
41 | |
28 |
User | Count |
---|---|
255 | |
121 | |
84 | |
80 | |
80 |