I'm trying to find an example of how to update a field, let's call it ID, that is a concatenation of two fields.
For example, I have a field called "name", a field called "suffix", and a field called "id".
ID field is read only, but gets dynamically set as "name-suffix".
And this is inside an array.
Can someone point me to an example please? Or do I have to triage some random dev branch?