Hello everyone,
Please, can anyone help me with the formula from below? I receive an error:

If(
IsEmpty(ModifyFormAttachBox.Attachments) && (Status.Selected.Value = "Approved"),
Patch('LABELS - SUPPLIERS RAW MATERIALS',LookUp('LABELS - SUPPLIERS RAW MATERIALS',ID = selectedItem.ID),
ModifyRecord.LastSubmit, {CheckedByIPRA: {Value: "Pending"}})
);
ResetForm(ModifyRecord);
Navigate(SuccessScreen)
Thank you for your help.
Claudia