An Azure service for ingesting, preparing, and transforming data at scale.
what about @activity('Select_HLP_CFG').output.resultSets[0]['rows'][0].SRC_STM_CODE?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
An Azure service for ingesting, preparing, and transforming data at scale.
Answer accepted by question author
what about @activity('Select_HLP_CFG').output.resultSets[0]['rows'][0].SRC_STM_CODE?