Thank you. That post makes sense, but I am getting an error...
I have attached screenshots of the entities and relationships. Below are the patch formulas. The first one saves the task request in the tasks entity but it is not associated with anything in the cases entity. I modified the patch formula based on the link that you sent but get an error.
Patch( MemberFeedbackTasks, Defaults( MemberFeedbackTasks ),{'Task Request' : ti_TaskRequest.Text})
Patch( MemberFeedbackTasks, Defaults( MemberFeedbackTasks ),{'Task Request' : ti_TaskRequest.Text},{'MemberFeedbackTasks':LookUp(MemberFeedbackCases,'MemberFeedbackCases' : dt_MostRecentCaseCreatedTaskScreen.Selected.MemberFeedbackCases))
The "dt_MostRecentCaseCreatedTaskScreen.Selected.MemberFeedbackCases" is a reference to a data table column that contains data on the most recent case created.
Thanks again for your assistance.