Hi there,
I created a Power Automate Flow whereby if a file is created in an SP folder it would create an item in an SP list and output this to a HTML table & send a teams message. This worked great.
However, I am in the process of trying to migrate automations to LogicApps and this has proved frustating as there is a clear difference between the products. I have done an export to LogicApps (json) and imported via custom deployment in Azure but this provides many errors, and eventually after manually editing the json to work it imports a broken app that cannot be modified.
So I have resorted to manually creating the app from scratch again in Azure LogicApps instead, however it behaves differently. The SP 'value' dynamic content which was present in the Power Automate/Flow is missing when creating the exact same workflow in LogicApps:
My flow behaviour creates an apply loop to the 'value' content and allows me to select the value content in the from field for the HTML Table section:

When trying to replicate this in LogicApps I do not get the value content, nor does the workflow automatically create an apply loop:

What am I doing wrong here?