Hi All,
I hope somebody can explain this behavior to me. I'm using calculated columns in SharePoint and I want them to refresh every day. I don't want to trigger an update of the records so I found a way to update the calculated columns through a http request. Because updating the same calculation, does not work, I try to first set it to a different value ( =Today() for example) and then restoring the previous value with another http request in the same flow.
See here a test flow:
I created a test column with the following formula: =NOW() and want to refresh this value.
First http request:
Second http request:
This does not work and I don't understand why.
What I've tried and doesn't work:
- A delay of 1 minute between the requests ( as you can see in the screenshot).
- Doing the requests in two different flows.
- Using in MERGE in stead of PATCH
And now comes an additional strange thing (to me). When I run the first request and then go to the sharepoint list and refresh my screen (and I see the change in formula) and then run the second request, IT WORKS. But this is not really a solution and I don't know how to simulate this in a flow.
I hope someone can clarify this behavior. Thnx!