Hi All,
Application data source: SharePoint
I am Using Edit forms to edit current item data.
Issue:
I am having a custom powerapp to show supplier information approval form.
Item property: LookUp(SupplierDetails, ID=currentRecID)
This information also needs some attachments to be uploaded. Hence I have another form specially for attachments.
These 2 forms are toggled between using buttons. Since there are some customized fields, I cannot have attachments in form 1.
I submit the attachments using: Patch(SupplierDetails, {ID:Value(recordid)}, AttachmentsForm_1.Updates)
When this patch runs, it also reset the data changed by user on another form TO original data.
And some text fields which are populated using variables, they get cleared/blank.
Need some urgent suggestions on this! Thanks!