Hello Experts,
I have below requirement in model driven app,
I have one entity and it has one of the columns of File data type,
In that entity I have one record with html file attatched to that record (as it has file data type column)
now I want to clone that record to new record, in this process I want to read the html file from the older record and create a new record, here I am able to capture all the fields but not able to capture the html file from the older record to new.
because before creating record I want to patch the html file to new record, but it is showing that below message "This record hasn't been created yet. To enable file upload, create this record"

how to solve this issue?
what are the best possible ways to achieve this?
any quick response is really appreciable
Regards,
Pranesh