Forum Discussion
ritanoori
6 years agoResolver I
Expression.Error: We cannot apply field access to the type Function.
Hi, Can someone help on this error Expression.Error: We cannot apply field access to the type Function. Details: Value=[Function] Key=Reference Below is from advanced Editor let Source = E...
ritanoori
6 years agoResolver I
I fixed it. It was syntax error.
if Text.Length([Reference]) = 9 and
Text.StartsWith([Reference], "FX")
then
Text.End([Reference],7)
else [Reference]
- amitchandak6 years agoSuper User
Thanks for posting the solutions. Kudos to you.