Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Customize & Extend
Suggested answer

Load Basic form in a webpage based on the url parameters

(1) ShareShare
ReportReport
Posted on by
I have customized a webpage with a html table (using liquid and fetch XML) that contains all the records from the data verse table one there is a column named AssetID (not a primary key), that redirects to another webpage (along with parameter AssetID parameter) that have a basic form (edit mode) in it. 
 
But I'm unable to load the form (it is showing "The record you are looking for could not be found "), is this possible to do this or do I have to create a form scratch and bind them manually (not sure how to do that as well)?
 
I'm quite new to Power Pages, if anyone could please explain the steps in details.
Categories:
  • Suggested answer
    Ajlan Profile Picture
    183 on at
    Load Basic form in a webpage based on the url parameters
    Hello,
     

    The reason you're seeing “The record you are looking for could not be found” is because the Basic Form in edit mode expects the record’s primary ID, not a custom field like AssetID.

    To fix it, update your link to pass the actual record ID instead of AssetID. For example:

    <a href="/edit-page?id={{ record.your_tableid }}">Edit</a>
     

    Then, make sure your form is set to use id from the query string.

    If you really need to use AssetID, you’d have to build a custom page that looks up the record by that field and loads the form manually but that’s more advanced.

     

    Cheers 🎉

  • stampcoin Profile Picture
    2,177 on at
    Load Basic form in a webpage based on the url parameters
    Please try to use the primay key for debugging, if that works, then you may consider to define a alternate key.
    good luck.

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >

Featured topics