How do i remove and just gets the record_id form the record. without having to pick it
let url = “https://hook.integromat.com/jdvimkhmxdtt5x7u5fomjh09hpxxxxxxx?recordID=”;
let table = base.getTable(“Opslag ”);
let view = table.getView(“Opslag som skal laves”);
let record = await input.recordAsync(“Vælg opslag”, view);
await fetch(url + record.id);