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 ago
It looks like you are not using the parameter quartername, only the string "quartername" for the SelectRows function.
OZMckenzie
Helper I
6 years ago- camargos886 years ago
Community Champion
Hi OZMckenzie ,
Try this on #"Filtered Rows2" step:
(each [Name] = quartername)
Instead of string value, use the parameter defined as text,
- OZMckenzie6 years ago
Helper I