Forum Discussion

HSBHSB's avatar
HSBHSB
Copper Contributor
Aug 06, 2024

ADF Lookup Stored Procedure Error

I have a stored procedure that has the following format:   If (@x = 1) BEGIN     RETURN SCOPE_IDENTITY() END ELSE BEGIN    RETURN COLUMN1 END   I'm using a Lookup in ADF and it gives me an...