I feel like this should be easier than it seems. I’m trying to build an api call in a fabric pipeline. I have a lake house with a delta table that has a column of ID fields. Id like to iterate over each one and use the value to build an api call (one api call for each value). I’m struggling with outputting the value to the next activity, I’m trying mssparkutils and lookup activity but I can’t seem to get it.
Any ideas?