The information below is a pic of a gallery that is based on a collection "Filter(colSFDetail,Title = Gallery1.Selected.Title). The collection is obtained with 'ClearCollect(colSFDetail,ShortFormDetail)' and is run when the screen opens. I have a New Record button that should perform Patch(ShortFormDetail,Defaults(ShortFormDetail),{SFDtlTitle: DataCardValue232.Text,SFCraft: " "}). The patch appears to work with a new record created in 'ShortFormDetail'; however, it does not appear in the collection. I have backed out of the screen and then reselected but the record is still not displayed. Any suggestions?
