Forum Discussion

edhans's avatar
edhans
Community Champion
6 years ago
Solved

Understanding Expression.Evaluate - isn't working

I have the following M code:     let Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WUtJR8krMUzAyMDJQitUB88G0Z0lqLpAdnJiTWgwWSATyDMGsJCDLCMxKBrKMlWJjAQ==", Bin...
  • artemus's avatar
    artemus
    6 years ago

    When you use Expression.Evaulate you need to include every variable and library function you want to make avialable in a record. In your case:

    Expression.Evaulte(#"Need Help", [Long Step Name = #"Long Step Name"])