Jan 13, 2024 01:48 AM
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:
but the actual record id of "Lucas" on the user table returns "rec6TmmKCTEiSp3BA".
How can I fix this?
Solved! Go to Solution.
Jan 13, 2024 01:53 AM
so figured it out. I was referencing the wrong parent field which was a multiselect field not a linked record field😒
Jan 13, 2024 01:53 AM
so figured it out. I was referencing the wrong parent field which was a multiselect field not a linked record field😒