microsoft / Dynamics-365-FastTrack-Implementation-Assets

Dynamics 365 FastTrack Implementation guides
MIT License
298 stars 192 forks source link

Update arm_template_V2.json #253

Open MZade opened 11 months ago

MZade commented 11 months ago

The original statement ("select from @{pipeline().parameters.Schema}.@{item().TableName}") does not always returns a result set with the columns in the specific order that the json model file is created. So, we need to use the exact same column order in our select statement here as the one that is used to create the .cdm.json model file.