Hi @bbsin
Since you have a combination of forms and individual controls, you can use Patch function to work with this requirement. Can you try to use below expression?
Patch(DataSourceName, LookUp(DataSOurceName, ColumnName = "Value"), Form1.Updates, Form2.Updates, {Column2: "Value to Pass"}); Clear(CollectionName)
Here, you need to update ColumnName with the column which is used to identify the record (unique identifier), and column2 with the field that will have the value from collection.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!