
The one I want to extract is 'Value' of Analytical Categories.
which looks like below.
[{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":3,"Value":"Statistical/Forecasting"},{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":4,"Value":"Insights/Descriptive"},{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":10,"Value":"Classification"},{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":5,"Value":"Machine Learning/Predictive"}]
It never every gives me dynamic value so I already tried to use expression item()?['Analytical Categories']?['Value']
It returns null only.
Please help me ...