Forum Discussion
Tomek1982
1 year agoHelper I
invoke custom function
Hi, I try to invoke a custom function. While digging into a case I found that this seems to be related to reading files from sharepoint. There are 3 files And a simple function: ...
PwerQueryKees
1 year agoSuper User
Here is your problem:
Change to:
= Table.AddColumn(#"Changed Type", "Survey result", each #"Survey result grab"([Survey result]))Tomek1982
1 year agoHelper I
PwerQueryKees I do not think so [Survey temp] is a column with parameters to pass to the function. This part is correct. Anyway when I changed as you advised there was an error