Forum Discussion
Anonymous
3 years agoNot applicable
Dynamically calling REST APIs in Data Factory under Fabric
I am attempting to call dynamically an open API in Data Factory under Fabric. I connected to a REST API where I provided names and ids. I have the following pipeline: My Lookup activity con...
ajarora
3 years agoMicrosoft Employee
Your destination activity looks incorrect, did you provide your concat logic via the "Dynamic content" button that shows up on hover over the "file name" textbox ?
One handy way for debugging expression (dynamic content) is to check the activity input of your activity run, and see if the value got "resolved" properly to the desired value at runtime or not.