I need an output like this
I have the required columns(Article Code,PromotionPrice,SalesPrice) coming from CosmosDB, rest all are hardcoded.
I have done the below changes in ADF derived column.
[@(
articleCode=id,
ColorOverrule=toString(null()),
DescriptionOverrule=toString(null()),
promotionPrice=Price_For,
salePrice=Price_From)
]
But with this I am getting output like below, Which is not correct.


