web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to store partially...
Power Apps
Answered

How to store partially data entered by users

(0) ShareShare
ReportReport
Posted on by 59

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

 

 

Categories:
I have the same question (0)
  • Verified answer
    PowerRanger Profile Picture
    3,458 Super User 2024 Season 1 on at

    @JohanSmith-07 so basically you want to edit an existing item. To do so you need to get the item from SharePoint. Use the Lookup() function in the items property of your Form.

     

    E.g. Lookup(datasource,columnEmail = User().Email)

     

    This Formular would receive the item from SharePoint where the value of the column columnEmail equals the email of the current logged in user.

     

    In addition you have to put your Form in Edit Mode

     

    EditForm(formName)

     

    Your Form will display the item and you can edit it. SubmitForm() will now update your item in Sharepoint and does not create a new one.

     

     

  • JohanSmith-07 Profile Picture
    59 on at

    Thank you @PowerRanger I will try it, it sounds about the right approach, any suggestion related to the fact that I will have my questions in about 6-8 screens, so I will need to retrieve data from SP list to 6-8 forms to show only some questions per screen?

  • PowerRanger Profile Picture
    3,458 Super User 2024 Season 1 on at

    @JohanSmith-07 you would do the same on every screen. Use the lookup() function to retrieve the item from sharepoint.

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard