Hi all,
Problem: I created a record in a previous step. Now I want to edit that same record, so that the Dataverse understands that it should save the new data. Moreover, an attachment is added to the same data and saved on Sharepoint. In short, I want to save the data and update text in Dataverse and when I change the attachment the record should be updated on Sharepoint.
Datasource: Innovations
Sharepoint: Attachment Innovation Tracker v2
Screen where save button is: Edit screen conceptualisation
Screen where details of a certain technology are: Detail screen conceptualisation
Power Apps for Teams
Function:
Patch(
'Attachments Innovation tracker v2',
Defaults('Attachments Innovation tracker v2'),
frmAttachmentEditDetailConcept.Updates
);
Patch(
Innovations,
Defaults(Innovations),
frmLeftEditDetailConcept.Updates
);
Patch(
Innovations,
Defaults(Innovations),
frmRightEditDetailConcept.Updates
);
Navigate('Detail screen Conceptualisation');
Thanks in advance!

Report
All responses (
Answers (