Can we create new templates for logic apps and make it availble for certain groups to extend/customize their logic on top of it?
Scenario: I have many integrations to be done. All integrations will have a sequence of actions 1->2->3->4…10. Depending on some requirements, only the action 10 will vary in each logic app. In some cases, the 10th action could be writing to a topic, in others, it may be writing the data to an event hub.
My ask is, can I create a template for such logic apps for my team? So that when creating a new logic app using that template, it already comes with actions 1..9 and the developer’s work is reduced?
condition
after 9 action like this and add the topic or event hub you want in different branch. – Joey Cai