Hello all,
I am very new in power app and I hope I can get help some from you kind guys here.
I have a SharePoint list as my source to create a canvas app
1- I start creating one Edit form where I get some inputs from the user and save it in my SharePoint
2-Under onSuccess I patch some extra data and store them in the same SharePoint list
3- I create a new Edit Form where I can show the data stored in the SharePoint list
4- I have a submit button that just submit the form from step1
My problem is that my data from step 1 and step 2 are stored as 2 separated records in My SharePoint list. so 1 row for what I receive from my first EditForm and 1 row from what I patch in the same list(step 2).
Can someone help me to see what I am doing wrong, I need to have all the columns in one single record.
Thank you so much in advance.
Nest Regards Angela