You might have come across a scenario where you need to save bulk records to your datasource. Using gallery control we can create an UI for end users to enter multiple rows on demand. But then how to save all those entered rows in bulk to backend?
Thats what we are going to see in this video. There could be multiple ways, I am gonna discuss two approaches here. First is with ForAll and Patch function. Second is with Collect function.