Hi @karthik26 you can try doing it this way:
ForAll(
Yourcolection As ITEM,
Patch(
YourSPList,
Defaults(YourSPList),
{
SPListCoulnmName1: Item.ColumName1,
SPListCoulnmName2: Item.ColumName2
}
)
)
This is the general idea but you would loop through each item and then patch a new record to the SharePoint list.
Hope this helps!
Please click Accept as solution if my post helped you solve your issue. ✔️ This will help others find the solution to this problem. It also closes the item. Remember, you can accept more than one post as a solution.
If the content was useful in other ways, please consider giving it Thumbs Up. 👍
Thanks
Andrew