Question
Query to add an integer (day) to a date
Hi! I´m trying to query a database which has:
- A date field (month-day-year)
- A number of days to add (integer)
I want to use a query in order to add the number of days (integer, I want it to be days) to the date field, and return a date field.
I tried the following query but it doesnt work (returns null). And the function ADD_DATE is not able in appian. What can i do?

