Help

Re: New Error? on previously working code?

1411 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Chris_Ortega
4 - Data Explorer
4 - Data Explorer

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" },
})
2 Replies 2
Sam_Cederwall
7 - App Architect
7 - App Architect

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.

somehats
6 - Interface Innovator
6 - Interface Innovator

Hey folks, thanks for reporting this! This issue should now be resolved: Scripting App Error "L: Linked RecordIds"

Apologies for the inconvenience!