Hi all,
I’m currently looking for the best way to perform deployments. Here is my use case:
- I have a monday application built with the app framework. It has 1 feature which is a custom integration. In it I have all my custom monday recipes that allows advanced monday action through the GraphQLAPI. Lest call it app1.
- I have another monday application, which has 1 feature: a workspace template. The workspace template uses the custom integration (app1) a lot. Lest call it app2.
So for deployment, I would like to have a way to install the workspace template (app2) with all my custom integration recipes from app1.
I’ve tried to first install app1 in a monday account and then to install app2. But none of the recipes from app1 (integrations or automations) were cross over during installation of app2.
I had to manually set all the automations/integrations in the installed workspace template (app2), which is tiedious and error prone.
Is there anyway that I can install app2 with the recipes from app1 ? (I would prefer to keep them separate since app1 could be used in another workspace template app3)
Thanks