Help

Airtable custom extension - programatically link "button" to the extension

Topic Labels: Custom Extensions
529 0
cancel
Showing results for 
Search instead for 
Did you mean: 
bogdanmax
4 - Data Explorer
4 - Data Explorer

Hello,

I have successfully created new table from a custom extension. 

Nevertheless, I want to create "Button" field in that table that will invoke my custom extension.

There is an example in documentation which says I must obtain the URL of the block here:

 

 

{
    // The label of the button
    label: string,
    // URL the button opens, or URL of the block that the button opens.
    // Null when the URL formula has become invalid.
    url: string | null,
}

 

 

 What I am obviously missing is how to get URL of my block

Thanks in advance.

0 Replies 0