Forum Discussion
M036721
3 years agoFrequent Visitor
need help
Hi guys Below is my query where i am getting the error i am getting the below error I tried to change the {"Type", type text} code like this {"Type", Int64. type} still not workin...
Mahesh0016
Super User
3 years agoHello M036721
> Please know that i think you need change EndOutPut name after in #"Removed Columns1" to #"Added Custom7".
> Because youre last step name is #"Added Custom7" so after in it should be Last Step name.
Please try that and i hope it's solved.THANK YOU!!
M036721
3 years agoFrequent Visitor
Hi
It is still giving the same error
- Mahesh00163 years ago
Super User
M036721 Can you please share screen shot of error end your step.
- M0367213 years agoFrequent Visitor
- Mahesh00163 years ago
Super User
M036721 Please Change Step #"Added Custom7" with below code. THANK YOU!!
>#"Added Custom7"=Table.AddColumn("Added Custom6","Implemente", each if [Status After Delimiter] = "Implemented" then "Implemented" else "")