In SharePoint Online, I have lists with two fields Created Date, SLA days, How can I add days to SharePoint calculated field to the the created date field as below:
= DateAdd("d", [SLA], [Created])
I tried the above formula but it returns "the formula contains syntax error or not supported"