I have a question has anyone ever created a duplicate of a SharePoint item through power apps when using a gallery?
@Kmayes ,
It would not be hard to do - Patch the fields from inside the gallery using ThisItem references.
Patch(
YourSPListName,
Defaults(YourSPListName),
{
FirstField:ThisItem.FirstField
SecondField:ThsiItem.SecondField
//and so on for the rest.
}
)
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.
I answered a similar Post with:
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
230 | |
102 | |
98 | |
56 | |
33 |
User | Count |
---|---|
282 | |
112 | |
109 | |
64 | |
63 |