Forum Discussion
phmoberg
3 years agoFrequent Visitor
Token Equal expected
Hi guys.. Thank you in advance for your help.. I got this Error " Token Equal expected " and can't figure out how to fix it.. // #"Expanded Attributes" = Table.ExpandRecordColumn(...
- 3 years ago
There are a few things going on : missing " characters , referring to steps which don't exist yet. I suggest keeping a copy of the code somewhere safe and then deleting later steps until the syntax errors go then reintroduce your steps and debug
BA_Pete
3 years agoSuper User
Hi phmoberg ,
It looks to me like you're missing the closing speech mark on your step name:
You can tell when you're missing a speech mark somewhere as all the text/non-text Intellisense colours become inverted after the error.
You'll also need to correct this in the step reference of #"Added Custom2"
Pete