Question

Tekclan Software Solutions
Tekclan Software Solutions
IN
Tekclan Software Solutions
Posted: 2 days 7 hours ago
Last activity: 2 days 5 hours ago
Last activity: 13 Jun 2025 14:09 EDT
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"