Hi
I am trying to create a collection from a SQL view. Is this possible
So far I have tried
ClearCollect(colQC13List,'[GFX_Sales].[DC_QC13_DataView]');With the explicit column selection setting turn off as per https://powerusers.microsoft.com/t5/Expressions-and-Formulas/ClearCollect-and-Filter-working-in-weba... View solution in original post
I have also tried putting a unique row number in the SQL view
and finally I tried the the
ShowColumns() method
So far nothing is working
I am aware I could had build the collection with various lookup and add columns method but the view cross four SQL tables, so it would be a bit of a pain....
Could some let me know if I can set up a collection from a SQL in powerapps (It would seem a sensible thing to want to do)
If the answer is no, what have other done as a work around
Thanks

Report
All responses (
Answers (