web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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

 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,368 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 93 Super User 2025 Season 2

#2
Jerald Felix Profile Picture

Jerald Felix 45

#3
Lucas001 Profile Picture

Lucas001 28 Super User 2025 Season 2

Last 30 days Overall leaderboard