Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - General Discussions
Answered

Lookup field not auto-populating via query string on Power Pages form (works on another form)

(1) ShareShare
ReportReport
Posted on by 4

Hi everyone,

I'm facing an issue with a lookup field not auto-populating in a Power Pages form, even though the same setup works on another form.

I want to auto-populate a lookup field in a form (let's call it Certifications) using a query string that passes the ID of a record from another table (let's call it MainTable):

https://[mysite].powerappsportals.com/Certifications/?id={record_id}

This works perfectly on another form (TraceabilityForm), but not on Certifications, even though both forms share the same logic and lookup setup.


✅ Setup:

  • Certifications table has a lookup column to MainTable (N:1 relationship).

  • In the form configuration:

    • "Set table reference on save" is enabled.

    • Query string is selected as input.

    • Parameter name is id.

    • "Query string is a primary key" is checked.

    • The correct logical name of the lookup field is selected.

  • The record ID passed in the URL exists and is accessible anonymously.


🧪 What I’ve tested:

  • Replicated the lookup field multiple times with the same result.

  • Double-checked permissions and form mode (Insert).

  • Compared against the working form where this setup is functional.

  • In the Certifications form, the lookup field still shows a search box instead of auto-filling.


❓ What I need:

Why would the lookup field auto-populate on one form but not another, despite the same setup?

Could this be due to:

  • Metadata caching?

  • View setup?

  • Form/field permissions?


🔗 Example :

  • ✅ Working:
    https://[mysite].powerappsportals.com/TraceabilityForm/?id=VALID_GUID

  • ❌ Not working:
    https://[mysite].powerappsportals.com/Certifications/?id=VALID_GUID

Any help would be appreciated 🙏
Happy to share further details if needed.

Thanks in advance!

Categories:
Capture d’écran ...

Your file is currently under scan for potential threats. Please wait while we review it for any viruses or malicious content.

  • CU03042123-0 Profile Picture
    4 on at
    Lookup field not auto-populating via query string on Power Pages form (works on another form)

    Hi @Michael E. Gernaey,

    Thanks a lot for your guidance!
    You were spot on regarding the use of JavaScript to handle the URL parameter.

    Indeed, I ended up implementing a custom button with a dedicated script to capture the id from the URL and control the form submission and redirection manually. Without this, as you correctly pointed out, simply having the id in the URL wasn't enough to populate the lookup field as expected.

    Here’s roughly the approach I took:

    • I added a manual button under the form.

    • On click, the script captures the id from the URL.

    • I force the form submission via JavaScript.

    • After a short delay to ensure the data is saved, I redirect to the next page while keeping the original id in the URL to maintain the correct relationship.

    It works perfectly now 🎉

    Thank you again for your insightful advice! I've marked the post as resolved and gave it a like 😊

    Cheers!

  • Verified answer
    Michael E. Gernaey Profile Picture
    38,794 Super User 2025 Season 1 on at
    Lookup field not auto-populating via query string on Power Pages form (works on another form)
     
     
    What does the javascript look like that you are using to do the save? Did you remember to add that to the other page as well? Just having that at the end of the Url won't make it do what you want. You have to capture that ID value and then populate the lookup with it.
     
    I am guessing you should have some javascript, which is there for the one that works but not there for the one that doesn't.
    That or its there but there is something in it that makes it not work with the second one.
     
    If this solves your problem, Please mark as Resolved and maybe a like :-)
     
    Cheers let me know how it goes
     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,518 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,692 Most Valuable Professional

Leaderboard