Sep 23, 2020 03:39 PM
I have the code below that has been working for weeks no, and all of a sudden I’m getting an error when i try to process it. its really odd. It’s ran on the click of a button.
ERROR
L: linkedRecordIds
at main on line 5
SUBJECT CODE
let url = "WebHookUrl.com/xinvicdiieednisxso123232";
let table = base.getTable("TABLE TABLE");
let view = table.getView("TABLE VIEW NAME");
let record = await input.recordAsync("Pick a record", view);
await fetch( url +
record.id + "&" +
"First Name=" + record.getCellValueAsString("First Name") + "&" +
"Phone Number=" + record.getCellValueAsString("Phone Number") + "&" +
"Email=" + record.getCellValueAsString("EMAIL")
);
await table.updateRecordAsync(record, {
STEP: { name: "DELIVERED" },
})
Sep 23, 2020 03:51 PM
Hi Chris,
I’m running into the same issue in a couple of my bases on scripts that I have been running for months now. Someone created a post about it already.
Hopefully this gets resolved rather quickly.
Sep 24, 2020 07:32 AM
Hey folks, thanks for reporting this! This issue should now be resolved: Scripting App Error "L: Linked RecordIds"
Apologies for the inconvenience!