Help

How do i get the record ID

Topic Labels: Extensions
758 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Social_Manager
4 - Data Explorer
4 - Data Explorer

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 :floppy_disk: ”);
let view = table.getView(“Opslag som skal laves”);

let record = await input.recordAsync(“Vælg opslag”, view);
await fetch(url + record.id);

Skærmbillede 2021-11-23 kl. 08.55.01

1 Reply 1

Welcome to the community, @Social_Manager! :grinning_face_with_big_eyes: You could use a button field to trigger that script, and it would pass the record in when you click the button.