Hi @admiralman ,
Do you mean that you could update other fields except attachments?
Could you show me
1)how do you set the form to disallow edit and delete?
2)how do you update attachments?the attachments datacard Update?attachments control property?the formula about updating attachments?
Please notice that:
You could only use Attachments control to update attachments and Attachments control could only work inside a form.
And you could only use submitform function to update attachments, not patch function.
Here's my test for your reference:
Usually, we insert a form, choose attachments field.
Set the Attachments field datacard's Update:
DataCardValue20.Attachments
The submit formula should be like:
SubmitForm(Form name)
Best regards,