Hello All,
I have excel which has rows of about 50k records. I tried to add this in One drive and access but there are limitation with respect to file size and rows of only 2000 records.
I have come up with an idea of segregating one workbook into 3 different workbook with 15000 records which holds good for static excel.
Challenge what i am facing is i want to show the data in the gallery and also dropdown based on the table.
How to combine all 3 tables to one single table so that i can fetch the data from there?
Solved! Go to Solution.
Where did you put the formula. If onvisible, go to another screen and back. If OnStart, restart the App
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hello,
you can use Table(Table_1,Table_2,Table_3) but writing back might be difficult with this approach.
Best regards
Hi Florian,
Where do you want me to write this Table(Table_1,Table_2,Table_3)?
at the start of the app i wrote i am getting error. Please advise
If it is a static Data as you have it in the excel Table.
First import the excel Tables onto Powerapps, example Table1, Table2, Table3
After connecting, the 3 Tables, create a collection OnStart or Onvisible or Onselect of a Button;
ClearCollect (MyCombinedTable, Table1, Table2, Table3)
You can then use MyCombinedTable which will contain the full data
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hi,
i added the formula but the data is not reflecting. Please advise
Hi,
I want to show the data to the users, they will not be writing back in this app.
Gallery shows blank, dropdown shows blank
Where did you put the formula. If onvisible, go to another screen and back. If OnStart, restart the App
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
186 | |
124 | |
91 | |
47 | |
42 |
User | Count |
---|---|
271 | |
159 | |
132 | |
84 | |
78 |