Forum Discussion
OZMckenzie
Helper I
6 years agoquery.Expression.Error.. there weren't enough elements in the enumeration...detail [Table]
Hello, This issue seems has been asked several times in this forum, but I haven't found any solution workable to my question, so I am posting here: I am creating a function by duplicating on...
- 6 years ago
Hi OZMckenzie ,
Try this on #"Filtered Rows2" step:
(each [Name] = quartername)
Instead of string value, use the parameter defined as text,
camargos88
Community Champion
6 years agoHi OZMckenzie ,
Try this on #"Filtered Rows2" step:
(each [Name] = quartername)
Instead of string value, use the parameter defined as text,
OZMckenzie
Helper I
6 years ago