Forum Discussion

golbarg's avatar
golbarg
Frequent Visitor
5 years ago
Solved

Issues invoking custom function from another

Hello,   I'm having trouble finding what's wrong when invoking a custom function from another.   Consider:   /* getTimeEntryPage(updateFrom, page) */ (updateFrom as text, page as text) => let ...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi golbarg 

     

    Are you sure it is the issue with [page]? Can you try to wrap Text.From([page]), see how it goes?

     #"Invoked Custom Function" = Table.AddColumn(#"Renamed Columns", "getTimeEntryPage", each getTimeEntryPage(updateFrom, Text.From([page])))