Hello @rajesh kumar ,
Thanks for the ask and welcome to the forum .
The lookup activity expects a return dataset but in your case you are not returning a dataset but a parameter . Please update the proc as below and it should work .
Alter Procedure staging.poc_test
as
Insert into staging.poc_test_table
select GETDATE() as Date
select @@ROWCOUNT
Do let me know if you have any further queries .
Thanks Himanshu
Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members