Hi,
i am trying to update excel to sharepoint list, everything is working fine except one thing and that is formula in my excel ( =today()-(a specificDate) which is in number format which i want to update in sharepoint list but the value which create item is picking is older date value not the current date value
eg- with formula- = today()-(23-07-2021) = 2 -------- Lets take this (A)
and =latest is =today()-(24-07-2021) =1 -------- Lets take this (B)
when is create item in list from excel then B is not getting updated and only A value is getting updated daily but i want daily value should be updated as my flow runs daily.
Anyone can help me out with this