Hi all,
I need some assistance! I have a sql get rows connector and I need to filter on these 2 columns:
ReminderDate = today and Activeflag = 1
ReminderDate is a date column and the ActiveFlag is a bit column in the database.
Here is what I tried but it's not working:
ReminderDate eq @{formatDateTime(utcNow(), 'yyyy-MM-dd')} and ActiveFlg eq true
I also tried combinations like activeflag eq '1' and many others and nothing is working for me. Its not throwing an error, just not returning any matches so I'm sure i'm doing something wrong as the database definitely has rows where its active and the reminderdate is today.
Thank you!