Forum Discussion
Anonymous
3 years agoNot applicable
list or array as a parameter for function in M language
I am creating a custom connector for which i have an API which consists of parameter which needs to be given by user. So i want to create a function with list or array of string as a parameter for a ...
- 3 years ago
You may want to start here https://bengribaudo.com/blog/2017/11/17/4107/power-query-m-primer-part1-introduction-simple-expressions-let
lbendlin
3 years agoSuper User
ok. What is the problem/error that you encounter when you code this? I assume you are familiar with Value.Is ?
- Anonymous3 years agoNot applicable
Actually I am not getting anything related to how to pass a list or array as a paramter to a function.
- lbendlin3 years agoSuper User
You may want to start here https://bengribaudo.com/blog/2017/11/17/4107/power-query-m-primer-part1-introduction-simple-expressions-let
- Anonymous3 years agoNot applicable
Thanks for the document this would solve my problem..