Question
Tekclan Software Solutions
Tekclan Software Solutions
IN
Tekclan Software Solutions
Posted: Jun 13, 2025
Last activity: Jan 9, 2026
Last activity: 9 Jan 2026 7:14 EST
Passing List of values to connect sql
Hi, We have connect sql rule in that we are trying to send list of status through in Statement. But it is not returning the expected results.
select * from tablename where status in ({.Status})
Sample approachs tried:
.status = 'Application Approved','Application Denied'
.status = Application Approved,Application Denied
.status = "Application Approved,Application Denied"


@DhanasekarC0202
Can you please try
SELECT * FROM tablename WHERE status IN ({.Status})