Dec 30, 2022 07:07 AM
Can you help.
I need to replace a linked field with a string - both in the same table. Here's my code:
The problem is on line 23.
If I try the format as suggested by @Karlstens Updating record Linked Field with a string array I still get the error.
Dec 30, 2022 09:14 AM
What type of field is Contact Name
Dec 30, 2022 09:33 AM
Contact Name is a linked field. It's a String format
Dec 30, 2022 09:42 AM
So the variable returnValue needs to be a record ID and you also just need to type returnValue not '${returnValue}'. To get the ID, just do rangeRecord.id
Also for future refence, the correct notation is `${variableName}` not '${variableName}'