Home > Blockchain >  Azure DF Parameterizing
Azure DF Parameterizing

Time:08-17

I am trying to parameterize a mapping data flow in Azure DF UI. I am declaring a variable in the pipeline, which is taking the result from a lookup value - the current timestamp of a table. In the mapping dataflow though I am defining a parameter, which I would like to take the value of the variable declared in the pipeline. The variable is of type string, holding the current timestamp value.

EXAMPLE OF Default Value how to add Expression

  • Related