what about @activity('Select_HLP_CFG').output.resultSets[0]['rows'][0].SRC_STM_CODE
?
Azure Data Factory: Output Script Activity
Hi
I am using two Script activities. The first one reads a table to get one row.
This array is then the input for the second Script activity. In this second one I will build a SQL query (concat or string interpolation (preferred)).
But how do I refer to the three items SRC_STM_CODE / SRC_SCM_CODE / SRC_DSET_TECH_NM?
Query would then be something like:
Update SRC_SCM_CODE.SRC_DSET_TECH_NM set Procesdate = current date where System = SRC_STM_CODE
@activity('Select_HLP_CFG').output.resultSets[0]['rows'] gives me the whole array.
I have tried so many things, but don't succeed. :(
Really hope someone can help.
Azure Data Factory
-
Nasreen Akter 10,811 Reputation points Volunteer Moderator
2022-03-15T18:01:34.333+00:00