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 / If I delete a sharepoi...
Power Apps
Unanswered

If I delete a sharepoint list, will the associated custom form also be deleted?

(0) ShareShare
ReportReport
Posted on by 33

Hello, 

I have a sharepoint list and a custom powerapps form (not application) associated with it. 

I may need to delete the sharepoint list and re-migrate it (from SP2013 to SPOnline)

My question is, if I delete the list will the custom form also be deleted or can it be re-associated with a new list (with the same data columns). I am hoping the form will not be deleted as it took me a long time to develop. 

 

Many thanks for any advice. 

Categories:
I have the same question (0)
  • iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    It will be disconnected, and eventually deleted.

     

    I would recommend saving it locally - from inside the editor, go to the variables via the ellipsis:

    image.png

     

    Then view the versions:

    image.png

     

    Then Export,

    image.png

     

    Then extract the .zip locally and open it, update the listID values in the .json with the new list's GUID (assuming its staying on the same site, otherwise update site as well),

    image.png

    image.png

     

    Then open a PowerShell cmd within the top-level folder to recombine the files using PowerShell:

    image.png

     

    $AppName = Read-Host "What is the name of your App?"
    Compress-Archive -Path ".\*" -DestinationPath $AppName".zip" -Update

     

    Then take this output file and use Power Apps' import function - the target list will need to not have a custom form currently, it must be deleted if it exists, and once you've imported it, you can choose to customize the form from the list and it should open up the modified app.

    image.png

     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 414

#2
WarrenBelz Profile Picture

WarrenBelz 377 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 315 Super User 2026 Season 1

Last 30 days Overall leaderboard