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 Pages / How to set value in Po...
Power Pages
Unanswered

How to set value in PowerPortal field from the html page embedded in the Power Apps portal webform?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

 Hi,

 

I have embedded a html field on the Power Apps Portal Web Form.

 

I want to copy the value of this field in my CDS Entity field. Could you suggest me the best way to achieve this. Currently I am trying the same using a JS, But I am unable to get unable to get the CDS field access in the code.

 

Please assist.

Categories:
I have the same question (0)
  • oliver.rodrigues Profile Picture
    9,425 Most Valuable Professional on at

    Hi, as you are creating the HTML element yourself, you can add a function to the onchange event

    <input name="yourcontrol" type="text" id="yourcontrolid" class="text form-control dirty" onchange="setIsDirty(this.id); yourcopyfunction(this);" autocomplete="off">

    and in your web page / web form make sure to have a JS function for the event "yourcopyfunction" above

    var yourcopyfunction = function(control){ $("#yourcontrol").val(control.value)};

     

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

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!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 26 Super User 2026 Season 1

#2
Lucas001 Profile Picture

Lucas001 19 Super User 2026 Season 1

#3
CN-06091549-0 Profile Picture

CN-06091549-0 18

Last 30 days Overall leaderboard