Forum Discussion
Mr_Coffee
7 months agoFrequent Visitor
How to use parameters in Lookup activity Query
Hey All, I'm new to fabric and running into a syntax issue. I have created a lookup activity that queries a on-prem database. I want the query to return a file name. I'm just trying to learn an...
- 7 months ago
Convert the SQL into a stred procedure and when using the Lookup, select stored procedure then you can import the parameters into the lookup activity and place the parameter in the expression builder.
Thomaslleblanc
Super User
7 months agoConvert the SQL into a stred procedure and when using the Lookup, select stored procedure then you can import the parameters into the lookup activity and place the parameter in the expression builder.