I am creating an App that should allow users to Add comments to 'Notice board' entries. I have used the Sharepoint list template which displays the main 'notice' from the list. I have created another list to store the users comments which has a column to hold the Notice ID to link the comments to the right notice.
The comments are shown in a data table on the detail screen.
I can select the comment and pass the ID from the comments list (comment ID, not notice ID) to a new screen but I can't get the filter working to display the selected comment.
Filter('Notice Board App Comments List',ID = CommentID)
I get an Information icon saying The property expects Record values but the rule produces incompatible table values.
This seemed like a simple thing to do but has left me scratching my head. Any ideas?
Solved! Go to Solution.
Answering my own question. I simply need to reference the DataTable.Selected in the Item property on the form viewer in the new screen.
Answering my own question. I simply need to reference the DataTable.Selected in the Item property on the form viewer in the new screen.
I put DataTableName.Selected in the forms Item property. Although I think I took a different approach in the end and used a Gallery instead.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
206 | |
97 | |
60 | |
51 | |
45 |
User | Count |
---|---|
258 | |
158 | |
85 | |
79 | |
58 |