Hi
I have a simple flow where I wanna update my sql based on a input selection:


But it does not work.
How to I format the sub_carrier_id so the query works?
The sql where statement is like this:
where b.consignee_number = '1000004192'
and bl.sub_carrier_id in ('1000000008')
and blsl.scan_date >= '2020-09-01'
and blsl.scan_date < '2020-10-01'
and bl.destroyed_at < '2015-01-01'