Hi everyone, apologies for the title as I am completely new to powerapps (ms teams).
I have a repeating section (table-like) gallery and the problem is when I add a new row coming to the 6th row, my details on the 1st row disappears/automatically clear. Please find below code on my new row button.
Collect(
GalleryPricingData,
{
SrNo:localSrNo,
Job_x0020_Category: "",
Entity_x0020_Type: "",
Job_x0020_Type: "",
Invoice_x0020_Description: "",
Min_x0020_Fee: Blank(),
Qty: Blank(),
Nominal_x0020_Value: Blank(),
Complexity_x0020_Value: Blank(),
Total: Blank(),
ClientID: ClientName_2.Selected.ID
}
);
Set(localSrNo,localSrNo+1);
@rbalza ,
An obvious question, but have you tried moving the slide bar at the right - there is nothing in your code that will delete anything.
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.
@rbalza ,
There is nothing in your code that would do this - you are simply adding a new row to a Collection (which I assume the gallery is based on) - are you saying this happens immediately when you run the posted code?
User | Count |
---|---|
262 | |
110 | |
90 | |
54 | |
44 |