Hello,
I want with a push of a button let user create new record in one of my tables, from different Datable which I have filtered in Canvas App.
Ive tried this:
ForAll(DataTable2.Subtitle, Patch( HereWeDownloadIDS, Defaults( HereWeDownloadIDS ), { IdOfDownloadedItem
: DataTable2.Subtitle } ))
Received error:
'
And also Issue:
"The Function "for all" have some invalid arguments
Im not sure about the syntax or even if Forall and iterating through each record and Patch is good approach.

My fate is in your hands 🙂