
Hello,
I have an excel table with the employees that have worked in the current day. This table has been set to be updated automatically, and it shows values that changes everyday, depending on which employee has worked.
Is there a way to configurate Power Apps in order to show the updated table automatically?
Hi @ManuSacchetti ,
Have a good day. I don't know the format and content of your EXCEL file, and what you want the app to show so I made some assumptions.
Let's say I have a excel file where ‘No’ and ‘Name’ represent employee information and ‘Status’ represents whether the employee has worked today.
Set the canvas 'Items' to display only data with Status equal to 'Yes'.
If you want to refresh the data source in the app, you can add a 'Button' and set the property 'OnSelect':
Refresh(Table1)
Best Regards,
Wearsky