Hi community,
I have the requirement that a specific security role should only be able to create and read their own entries on a table but not edit/update. Therefore I specified the security role like:

But now, these users are not able to upload files in the creation of a new row (this is done through a custom page / canvas app).
The record gets created but the attachment column stays empty even though the user added an attachment. If the "edit" permissions are granted, this works perfectly fine...
Is there a possibility to allow to upload attachments through the creation process without edit permissions?
As an alternative: is it possible to revoke edit permissions through a cloud flow?