Hey ya'll,
This process is a bit confusing to me - I've yet to make it work. It would be great to get some example that I can follow.
In my records I have some fields that are Objects, with an Array. The example here is 'files' .
All I want to do is add to this array with a new "file". Meaning after the file is created, the file should be added to the "files" object array of the record.
I'm sure this is a standard thing, I've just failed to find the right walk-through or explanation as to how I might want to handle such a process.
My thought is that this is an Edit of a record where I pass in the record ID. Then I somehow append the object array.
In theory it sounds right...in practice I'm unsure how to execute.