Hi All,
Happy new year.
Please find my power apps form

I added Projectname ,Project Type and description in repeating table .
when i click on save it will add a row in columns .
is it possible to get same project name value as we eneter in first row.
Please help me in the code.
I am new to power apps.
Thank you,
Sowjanya.
Vikas JhaPosted Jan 9, 2021, 3:17 PM
1. you create 1variable name varProjectName
2. Initially keep it blank
3.Set default value of the Project Name to the variable
4. when you are saving the form before next row is added, in that code update the value of varProjectName to the control value of projectName field.
5.Next time when row will come it will have previous value only.
Please give a try and let me know if it helps.
sowjanya venkatagiriPosted Jan 10, 2021, 1:06 PM