Referencing JSON payload value in Azure Data Factory for If condition
问题 I have a Json file like so as a payload returned from an API call - which is an http dataset type in data factory. { "count": 2, "name": "DatasetABC", "columnNames": [ "Column_1", "Column_2" ], "rows": ["1234", "5678" ] } I would like to be able to use the count records returned in an If condition. Im wondering what I need to use to get the value of "count" which is 2. Any help appreciated. 回答1: Based on your description, i suppose you could use LookUp Activity in Azure Data Factory. Lookup