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 automatically p...
Power Apps
Answered

How to automatically pick up columns when creating a quick create: event

(0) ShareShare
ReportReport
Posted on by 92

whilst using the Quick Create: Event, there are 2 fields that appear.

 

In order to avoid duplicate entry, i want these 2 fields to be appearing on the quick create. the 2 fields are from another table: Manifest.

 

any help on this matter would be appreciated.

 

thanks

Categories:
I have the same question (0)
  • Verified answer
    Jonathan Manrique Profile Picture
    2,695 on at

    Hi @AsheshR 

     

    To achieve this you must use Javascript to define those values in the onload of the form

     

    function onload (executionContext)
    // Get a reference to the form context
    var formContext = executionContext.getFormContext(); // Pass executionContext as a parameter in your function
    
    // Set the value of the field
    formContext.getAttribute("nombre_del_campo").setValue("nuevo_valor");

     

  • AsheshR Profile Picture
    92 on at

    Hello Jonathan, thank you for your input.

     

    But can this be done without JavaScript?

    for eg, creating a workflow or doing mapping?

     

    Thanks

  • Jonathan Manrique Profile Picture
    2,695 on at

    HI @AsheshR 

     

    Only if you use quick create from a subgrid, and the data you want to map comes from the parent table, can you obtain it immediately

     

    If you want to do it with a workflow, it will be after saving the data and it must come from a relationship otherwise you will not be able to obtain it

     

     

  • AsheshR Profile Picture
    92 on at

    ok, thanks..sounds a bit complicated to implemnt.

     

    i am trying it out...

  • Jonathan Manrique Profile Picture
    2,695 on at

    Hi @AsheshR 

     

    It's not complex, it's simpler than it seems

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard