Forum Discussion
abukapsoun
8 years agoPost Patron
Slow sharepoint list
Hi Gents, I have a problem I am not sure how to overcome. I am importing my query from a sharepoint list which has almost 1000 rows. But each time i modify the query, it takes almost 30 minutes t...
abukapsoun
8 years agoPost Patron
How can I enable the table.buffer to the source? I am not able to identify the syntax of the command.
let
Source = #"XXX"
in
Source
How should I modify the Source = #"XXX" to have table.buffer?
I tried Source = table.buffer("XXX") but it is giving me the following error
Expression.Error: The name 'list.buffer' wasn't recognized. Make sure it's spelled correctly.