am trying to send a daily email for VALUES Exceeded tolerance
but for some reason i cant use variables inside sql query in power automate
this how am creating the variable

this how am using it

a sql command that works fine
SELECT * FROM clParameterValues
WHERE Reasons <> 'did not exceeded tolerance'
AND submit_date >= '2023-09-04 15:00:00.000'
AND submit_date <= '2023-09-04 23:00:00.000';
I need to know the the time because am sending email per shift