See the image below:

Firstly I am reading a cell from excel, which is a datetime. Then clicking refresh button.
In side loop, I am trying to read the same cell. Currently excel is in update process. Checking both the values, if datetime changed, then exit loop else wait 5 seconds until excel finish refresh.
This process previously working perfect. After PAD update, it is not working. Excel refreshed, datetime updated, but not exiting loop.
My flow has Power Fx enabled.
How to solve this?