Hi, what I am trying to do, is to create PowerApp that will take data from PowerBI Dashboard (OData as a source) and using PowerApp will create new records in Excel file which is not connected to PowerBI (shared on OneDrive).
Flow:
PowerBI -> PowerApp -> Columns included (Site, Order Number, Order Line, Comment) -> Filter Order Number -> Add Comment in PowerApp -> Send filtered (Site, Order Number, Order Line, with NewComment) into Excel file shared on OneDrive and create new rows
Is it possible? Thank you in advance.
*Normally I will use Lists or Tasks but we need to be sure that Order Number and Order Line is correct, that is why I need to take it directly from the system avoiding manual entry.