Need some help on import data from Config file. While I am trying to import formula from config it is under double quotation or back Slash where formula is not executing. Example
Under config file
Date: now.adddays.today(-7) (“dd/mm/yyyy”)
Output in workflow is
“now.adddays.today(-7) (”\dd/mm/yyyy")"
Tried replace and remove but nothing work… any leads will be appreciated
Instead of full expression in the config…you can give the difference of days alone in config like -7 and then use that in the code to get the required date…so in config store on -7 and in the code use