Hi,
I have a Powerapps form linked to Powerapps.
I added 4 labels on the Powerapps form. I also added a + icon.
On the onselect of the + icon, I put the code as below.
However, when I saved & published the form and clicked on the + icon, I am unable to see that a new line with the same labels is added. Please help.
Collect(
InvoiceCollection,
{
CSrNo: Text (2 + (CountRows (InvoiceCollection) + 1) / 10),
CEmpNo: "",
CEmployeeName: "",
CPosition: ""
}
)