Hello everyone,
I need to add a task to a board automatically when an data is added into a table in excell and mark it done when i mark it done in monday.
Currently i did everything using VBA but i cannot find any code snippets/ code example to help at all …
It would be greatly appreciated if anyone has something working and could share the code.
thank you all
Hi Haitham,
While I do not have any sample code to share with you.
Hopefully the following explanation points you in the right direction.
You would need to use the Monday.com API to create the task automatically.
The Monday.com API is built using GraphQL, as such you need to have some intermediate program (running on some server such as AWS etc) which exposes a REST API (as excel can easily connect to REST APIs)
Basically the program on AWS would act as buffer between Excel and Monday.com