@Anonymous
You are handling at least 4 nested 'Apply to each' in the same flow, right? If so, if I were you I would review the current design to check if you can remove innecesary 'Apply to each'
For example, on the screenshots you shared I've seen 'Get items' outputs assigned as input to an 'Apply to each' that when executed iterates over a single item. IF you implemented such aproach to always get a single item from your Sharepoint list, then:
-either you can replace these two action blocks and use 'Get item' instead, or
-you can use first() or last() expression to handle the single result from 'Get items' outputs, meaning you do not need the 'Apply to each' anymore
I cannot recommend any other specific simplification approach to your current flow, since the screenshots shared are fragmented so it's hard to understand the overall goal you want to achive with flow implementation
Ánimo!