UiPath is reading old value from config excel file

Hello @kashif.ansari417
There are 2 options you go with

  1. Use Excel scope to read the config file
  2. Use Now.ToString("MM\dd\yyyy") in you code instead of referring from Config file

Note: If there are multiple excel formulas in Config, which are in use. I recommend you to stick with Excel Scope option.