
Announcements
Hi Guys,
New user here looking for some help.
I have created a SP list that contains tasks for each user.
I went to Power Apps and created a gallery and linked it to that SP list (MOCK AT List).
I added the trash can icon and programmed it to remove a record from the gallery when clicked - this works.
I then added a SUBMIT button. What I want is to have the SUBMIT button grab the remaining records in the gallery and copy/create them into a new SharePoint list (I have already created this list).
I have tried the PATCH option but can't seem to get it to work.
I know this is super basic stuff but any help would be appreciated. Thanks!
Hi @fescovar ,
I am assuming TextInput is the name of your Gallery Text Box
Patch(
'Assigned Tasks List',
ForAll(
Gallery2.AllItems As aPatch,
{Title : aPatch.Textlnput.Text}
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps