Get board id from monday.com

Hello, is it possible to get the id of my monday board and put the information in a column of the same board?

I know it can be done with the items but I would like to do it with the board in general.

Hi Marcelo
Hope all is well
You can do this by adding a formula column to concatenate using the board ID number
ie
CONCATENATE(β€œβ€,β€œ3350788928”)

Because its a formula it will apply to every field for that column on that board
You need to use the concat, otherwise it sees the result as a number rather than text

Hope this provides what you need,
Please let me know if you need any further assistance
Many thanks in advance
Dan

Screenshot 2022-11-16 at 11.00.04

Hi @DanIngham-IOI

Thanks for the answer.

How did you get this value β€œ3350788928”? is the number in the url ?

Hi Marcelo
Yes it’s just the Board ID number from the url
Many thanks Dan

1 Like