I am trying to update a column in a table variable/collection before I patch it to the final data source.
On a previous screen I make this declarations:
Set(varFormData, Defaults('My Data Source'));
The varFormData works fine with other screens. The record is updated across screens with data cards.
Now, I want to update a value to the Submission column in my data set before the Patch. I have not done this manually before. The UpdateIf statement is giving me an error. I tried removing .Value after SubmissionID, but it still does not work. The error says varFormData needs to be a collection. How can I update the SubmissionID value? I will need to use it on the next screen.
Thanks!
