Hello,
The following formula doesn't work, with the field {Days (from Boosts)} being a lookup field representing the number 30. Is there an issue with using lookup fields within the DATEADD formula?
DATETIME_FORMAT(SET_TIMEZONE(DATEADD({Created},{Days (from Boosts)},'days'),{Tutor Timezone (from Tutor)}),'DD MMM YYYY')
The formula above works if I replace {Days (from Boosts)} with the number 30 however. I've just done some more testing and the following formula works as intended:
DATEADD({Created},{Days (from Boosts) formatted},'days')
So I believe the issue lies with DATETIME_FORMAT or the SET_TIMEZONE functions
Any help would be appreciated.
Thank you,