I’m trying to create app that create some columns automatically. I got that working just fine by adding BOARD_ID variable in environment variables of the app. but, I want to let that app work on all Boards not just the board i have already hard coded to that variable.
I tried to use: const BOARD_ID = process.env.BOARD_ID;
.
but no luck.
any help or advise to make that working just fine?
Note: the app doesn’t have front end. Just a back end using Board multi item action feature. Just by clicking it. it should create custom columns.
Hi @Mo-TD-Recom, you’re using board multi item action, correct?
This might help:
I know you said it doesn’t have a front end, but you need some kind of front end to get the boardId
as the JWT token for the URL used does not contain the boardId.