Logic App re-structure

JK29 1 Reputation point
2020-10-14T20:36:32.637+00:00

I have a Logic app that currently is working, it parses a JSON, counts the length of an array and then pulls the first entry of the array. It then goes on to post the entry into an email. I now want it to send all the responses in the array, which means I will need to utilize an until loop on all of the actions I have set up.

My question is what is the best way to go about re-designing since I will need to encapsulate the whole process aside from initializing variables. Do you just remove the dependent actions and then shift around all the different actions and then replace the dependencies?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,016 Reputation points
    2020-10-15T14:35:55.047+00:00

    Hi @JK29

    As per your requirement, it looks like you will be needing more action and that would result in an increased cost to run more actions.
    I would recommend calling the function app from logic app while you are working with advanced formatting and needs more compute fields in your logic app.

    0 comments No comments