hi all,
i have a parent table that is copying data to a child table on a condition. I've written the script and I can handle all the data types except I'm having trouble with the linked field. I have a User table linked to both tables. I keep getting this error:
id has incorrect objectId prefix "sel", expecting one of ["rec"]
the linked field I'm copying returns this object:
{id: "seleCE7wF1kaofYBd", name: "Lucas", color: "cyanLight2"}
but the actual record id of "Lucas" on the user table returns "rec6TmmKCTEiSp3BA".
How can I fix this?