Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Answered

PCF Control - Get Form name

(0) ShareShare
ReportReport
Posted on by 8

Is it possible to get the form name which the PCF control is embedded within via the context object?

 

Thanks

  • SP123456 Profile Picture
    8 on at
    Re: PCF Control - Get Form name

    Thanks for this @DianaBirkelbach, I will give it a go.

  • SP123456 Profile Picture
    8 on at
    Re: PCF Control - Get Form name

    Thanks @MayankP 

  • Verified answer
    Diana Birkelbach Profile Picture
    3,072 Most Valuable Professional on at
    Re: PCF Control - Get Form name

    HI @SP123456 , 

     

    even if you get the name of the form somewhere in the PCF context, it would be unuspported.

     

    The supported way would be to add a dummy field to your PCF (something like "formName") and use form scripting to grab the form name (as @MayankP suggested) and set that value for a dummy column associated with the PCF "formName" property.

     

     Hope this helps!

     

     

  • MayankP Profile Picture
    462 on at
    Re: PCF Control - Get Form name

    Hi @SP123456 

    you can get  FormContext from executioncontext ...

     

    ExecutionContextObj.getFormContext()

     

    and then many be get current form as below..

     

    formItem = formContext.ui.formSelector.getCurrentItem();

     

    and then can access form label like  formItem.GetLabel()

     

    refer following article for more information 

    https://docs.microsoft.com/en-us/power-apps/developer/model-driven-apps/clientapi/reference/formcontext-ui-formselector

     

     

    Hope this helps..

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 Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Power Apps Pro Dev & ISV

#1
WarrenBelz Profile Picture

WarrenBelz 87 Most Valuable Professional

#2
mmbr1606 Profile Picture

mmbr1606 71 Super User 2025 Season 1

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 65 Super User 2025 Season 1

Overall leaderboard