I have a problem with SQL- query that works well in MySql editor but not in Uipath. Although in SQL side i used direct values instead of variables. So how should i type this one to execute query?
Select * From payroll_periods
where payroll_start_date between “strvariable” and “strvariable” and customer_id=strvariable;