So I have a gallery and i want to store it data into sharepoint and using below code
ForAll(domain1QuesGallery.AllItems,
Patch(storeAnswers, Defaults(storeAnswers), {
storeQues: ThisRecord.questions,
storeAns: domain1Ans.Selected.Value
})
);
But above code is taking too much time to execute can anyone of you suggest me the better way to do it?