I would like to know if there is some good practices in azure logic apps to make the logic app more performatic.. For example instead of using loops to filter arrays or compose new arrays of objects i can use the filter and select actions to increase the performance of the logic app.
What i want to know is if there is other ways to increase the performance without using azure functions or something like that just with actions that azure logic apps has.