Hey guys.
I have a issue with the datetime\addDays formula.
requestDateTime=datetime\addDays(datetime\today(), selectActivity.performEveryDays);
I get an error of function: datetime\addDays, index: 2, should be: numeric [] [].
My issue is that I need the ability of adding different days depending on the record field but it won't accept the above or a variable.
Does anyone have another solution?
I have a issue with the datetime\addDays formula.
requestDateTime=datetime\addDays(datetime\today(), selectActivity.performEveryDays);
I get an error of function: datetime\addDays, index: 2, should be: numeric [] [].
My issue is that I need the ability of adding different days depending on the record field but it won't accept the above or a variable.
Does anyone have another solution?
Comment