Citizens PM List Tracker
) from Gallery4 in Power Apps. I've added a Text Input (named txtinputComments) control inside the gallery to display and edit the Comments
column (which is named exactly that in SharePoint).Gallery4.Selected.Comments
, it works — even though the Text Input is inside the gallery (I am inserting this under Type properties).ThisItem.Comments
, I get the following error:powerappsCopyEditDefault = ThisItem.Comments
Text = ThisItem.Comments
powerappsCopyEditPatch(
'Citizens PM List Tracker',
ThisItem,
{
Comments: txtComments.Text
}
)
powerappsCopyEdit//Patch('Citizens PM List Tracker', Defaults('Citizens PM List Tracker'),
//{Status: DropdownStatus, 'Completion Date': CompletionDate, Comments: txtComments, 'Assigned To': cmbAssignedTo})
powerappsCopyEditPatch(
'Citizens PM List Tracker',
Gallery4.Selected,
{
Comments: txtComments.Text
}
)
WarrenBelz
146,513
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,688
Most Valuable Professional