Hi Sharukh Kundagol Debug settings window lets you provide temporary value to the data flow parameters , with which you can do a debug preview of data.
Having said that, the value you pass to column -- Retry_count is not valid. You have to enclose the Retry_Count inside single quote. like 'Retry_count', same way how you pass aaa, bbb.
If you dont want to pass anything to Col, simply pass '' in the debug settings. This will make sure you can debug the data flow without errors. If you have further question or need more explanation, please do let us know. Thanks