Hi guy's with some help I have managed to get a schema to attach a file from my app to a SharePoint list. This is the schema I have
Patch('Permit Tracker', Defaults('Permit Tracker'),
{
Title: "TESTING PATCH"},
Form3. Updates );Navigate(Screen2);
This works great to attach the file to the new item it creates in the sharepoint list. However, I need the SharePoint list item to update the original item and not create a new one.
I got a tip to add a line in - ID= YourRecordID alas, that didn't work, no doubt I should have used inverted commas etc