I am trying to build an App.. This is my first one so bare with me. I am using the dynamic input tool to get the data directly from our DB. However the date format needs to be changed to be updated in the SQL. I have the action tool update the text input with the correct format using Date Time formula function (%d-%B-%Y) Then I use the Select tool to use AR dates and AP dates for each flow. I am trying to use the filter tool to ensure the date range isn't too large and overwhelm our server. ABS(DateTimeDiff([AR First Date],[AR Last Date],'days'))<50
Even if the dates are within the range, it gives me the error message from the message tool. I have a feeling it might have something to do with the data type.. but all the things I have tried isn't working 😕 Am I going about this wrong? Is there an easier way? If not, any ideas on how to fix it?
Appreciate any help! Thank you!!
Grace