How to use person or group field in PowerApps Edit Form to create new item in SharePoint list? i have tried like patch coding. but new record not created in SharePoint list. If it is possible Edit form to create new item in SP list? I am not need patch with person or group.. Guys help me.
Thanks
Asan Kani
Asan KaniPosted Jan 14, 2021, 7:30 AM
More details, i have shared in PowerApps community. Kindly read below link
Re: PowerApp Edit Form with Person or Group field ... - Power Platform Community (microsoft.com)
Thanks
Vikas JhaPosted Jan 14, 2021, 7:06 AM
All the fields will come on the form, you can arrange , or remove any column not required then use SubmitForm(formName) on button select. On click it will insert the data into the list. You can see 2 below image. If more hep required then you can share the code