Forum Discussion

Chris_George's avatar
Chris_George
Copper Contributor
Jan 21, 2022
Solved

How to bridge between: PowerApps->Closed Workbook & XLOOKUP->Open Workbook

There is one problem that I can not find the solution.   PowerApps can only update a closed Excel data table. XLOOKUP can only read from an open Excel data table. We use Excel to create "printo...
  • SergeiBaklan's avatar
    Jan 22, 2022

    Chris_George 

    As variant you may keep the file updated by PowerApps always closed. Within form file Power Query the source and load it into helper sheet which could be hided. Desirably using Power Query with entered ID filter. Fill form with XLOOKUP this helper table. Thus the process will be

    - open form

    - enter ID

    - Refresh All

    - wait for a while

    - print form

     

    Unfortunately it requires some discipline from end users with refreshing.

Resources