
Hi There,
I have a power apps application connected to the SP list. I want to refresh the connection when a new item has created by flow to update the data in the app.
How can I do this 😊
Best
Hi @ManarYazji
You cannot automatically refresh the content in App when an item is created by flow. If you want to refresh the connection at runtime, then you can use a timer control on repeat and then refresh the datasource every 5 or 10 seconds based on your requirement.
The expression to refresh Datasource is: Refresh(DataSourceName). You can put this expression on "OnTimerStart" or "OnTimerEnd" property of the timer control.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!