Dear all,
I am facing the problem that I can't get my app to refresh the data after my complete submitting process is finished.
My app does not use an edit form, I am patching all my data and after patch is finished starting a power automate instant flow which gets the item via the ID called from power apps. The flow does some further updates on the item, including most importantly updating several hyperlinks via POST (both URL and text) which as I learned is still not possible from power apps - if anybody knows a way to patch both without power automate, that would be welcome as well.
Anyway, i would like to refresh controls after the workflow is finished automatically - currently it is only possible if user manually updates the browser (F5) or closes/reopens the items.
I could update some of the values I want by returning values from the workflow to power apps and updating some variables. But this is very messy and not a general solution.
I would like to have a way for all controls to pull new default values automatically.
The usual advice to use Refresh (data source) is not working for me - when I do that, nothing happens (at least nothing I would notice). Maybe I am doing something wrong?
An advice how to do this or what I might overlook when using the refresh function, would be highly appreciated.
Thanks in advance