Hi, I need to automate a excel form that has about 35 questions using PowerApps, users don't answer all the questions at once, they could answer 5 today, 5 tomorrow and so on,
I created a SharePoint list (SP list) to store the data entered by users through PowerApps, when they start the process (submitForm in PowerApps), a new item is created a SP list, but I don't need to create new items when tomorrow they continue and answer another 5 questions, I just need to take the same item in my SP list and fill it with those additional answers.
When I submit a form in PowerApps, they create a new item in SP every time but this is not the desired behavior,
How can I enable users to continue filling the form they already started until they have it completed without creating new items in SP?
Any ideas would be highly appreciated,
Thanks and regards