I have created a New sharePoint list, in which data will automatically added when http request is received. And I added this sharepoint list into a data table in my powerApps. I just want that when Some data will added to the sharepoint columns then it will automatically show in my powerApps(No need to refresh the datasource manually in my powerApps)
@Anonymous ,
I'm afraid that is not achievable using Power Automate. The only way to refresh periodically data inside a PowerApps app is to use a timer control with onTimerEnd or onTimerStart to check if the columns you need are storing data or not, and of course to bring this data to PowerApps.
Hope it helps !