I have a situation where I'm saving data to a sharepoint table through UpdateIf and it is working correctly on the back end. I can literraly see the data saved to sharepoint.
The problem is that the table in powerapps doesn't refresh before it pulls the next query of that newly saved data. And the refresh() function doesn't do anything to alleviate this.
If I click the button twice to run the collect() action, it pulls on the second go... but click only once and it loads the old data that literally doesnt exist any more on the table. The collect function is pulling from the sharepoint table and no where else but obviously it must be cached or something to pull the wrong data.
Time doesn't help. It seems to only update after being asked to collect it twice.
You can see where staff are confused as hell as they have to load something twice...
Please let me know if you have any ideas on how to fix this sync issue.
Thanks,
-Kevin