I'm trying to use a flow that reads data (OData) from Dyanmics 365 FO . I can read all the fields that are returned from the OData output and insert them into my SQL table, except the one called ItemInternalId.
When I preview the OData contents, every field is there .
items('Apply to each')['CountryRegionCode'] Works fine, items('Apply to each')['ItemInternalId'] doesn't work. It's just spits out nulls.
I know this might be better suited for the Flows forum, but maybe someone has had a similar experience and can explain what is going on.