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 / Do Bound Properties on...
Power Apps
Unanswered

Do Bound Properties on Data-Set Controls Work?

(0) ShareShare
ReportReport
Posted on by 8

Hi everyone, pretty new to PCFs, and having endless problems with control properties breaking the CRM form editor (either the data-set control doesn't show up, or all data-set controls disappear).

 

With the manifest below, code compiles and imports without error, but control does not show up in form editor unless I change the bound properties to input properties.  But then I can't pass data back to the form.

 

What I'm trying to do here is create a data-set control that allows for multiple allocation records to be updated (works great), while rolling up the total allocated and unallocated amounts back to the form through bound properties.

 

Any input/direction on how to get bound properties to work would be greatly appreciated!

 

 

 

Manifest:

 

 

<manifest>
<control namespace="capsITK" constructor="ExpenditureAllocationGrid" version="0.0.41" display-name-key="ExpenditureAllocationGrid" description-key="ExpenditureAllocationGrid description" control-type="standard">
<data-set name="ExpenditureAllocationDataSet" display-name-key="Dataset_Display_Key">
</data-set>
<property name="totalCost" display-name-key="Total Cost" description-key="The field that holds the total allocatable cost" of-type="Decimal" usage="input" required="true" />
<property name="totalAllocated" display-name-key="Total Allocated" description-key="The field that holds the calculated allocatable cost" of-type="Decimal" usage="bound" required="true" />
<property name="totalUnallocated" display-name-key="Total Unallocated" description-key="The field that holds the calculated unallocatable cost" of-type="Decimal" usage="bound" required="true" />
<property name="yearlyExpenditureFieldName" display-name-key="Yearly Expenditure Field Name" description-key="The name of the field that holds the yearly expenditure amounts" of-type="SingleLine.Text" usage="input" required="false" />
<property name="lockOnInactiveState" display-name-key="Lock on Inactive State" description-key="Lock the control if the state field is inactive true or false" of-type="SingleLine.Text" usage="input" required="false" />
<resources>
<code path="index.ts" order="1"/>
<css path="css/ExpenditureAllocationGrid.css" order="2" />
<resx path="strings/ExpenditureAllocationGrid.1033.resx" version="1.0.0" />
</resources>
<feature-usage>
<uses-feature name="WebAPI" required="true" />
</feature-usage>
</control>
</manifest>

 

I have the same question (0)
  • mmcguinness Profile Picture
    8 on at

    @HemantG, I noticed you answered some related questions.  Wondering if you can help with this?

     

    Thanks!

    Mike 

  • ScottDurow Profile Picture
    1,039 on at

    Dataset controls cannot be bound to form fields - and visa-versa.

     

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard