Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to copy paste the azure logical app action blocks?

I have a workflow which sends a mail to different groups based on group Name. I am using switch case for this purpose. Here I wanted to copy the outlook action block to all the cases as only 'To Address' will change.

like image 846
Hari Priya Thangavel Avatar asked Oct 29 '25 09:10

Hari Priya Thangavel


1 Answers

I would recommend to set a variable with the 'To' address in your switch cases. That way you only need one mail action shape.

That being said, you can copy/paste using the code view.

like image 131
zurebe-pieter Avatar answered Oct 31 '25 08:10

zurebe-pieter