Use resource record ID in file upload path
I need to use the record id in my file path when uploading files. Is this possible, and if so, how would I go about doing that?
This is my form:
I would like to use something like, ->
This is my form:
I would like to use something like, ->
directory('claim-attachments' . $this->id)