ConnectALL flow filter for ADO AreaPath
search cancel

ConnectALL flow filter for ADO AreaPath

book

Article ID: 387010

calendar_today

Updated On:

Products

ConnectAll On-Prem ConnectALL ConnectAll SaaS

Issue/Introduction

If you use flow filter in ConnectALL for ADO AreaPath like below, you will see error like below-

[System.AreaPath] = 'Project\Folder\Folder1' 

com.go2group.connectall.model.transformer.model.api.SearchForIssuesTransformer: Error while trying to fetch the records : {"count":1,"value":{"Message":"Bad JSON escape sequence: \\P. Path 'query', line 1, position 211.\r\nUnexpected character encountered while parsing value: a. Path 'query', line 1, position 211.\r\n"}}
java.lang.Exception: Error while trying to fetch the records : {"count":1,"value":{"Message":"Bad JSON escape sequence: \\P. Path 'query', line 1, position 211.\r\nUnexpected character encountered while parsing value: a. Path 'query', line 1, position 211.\r\n"}}

Environment

3.x

Resolution

The flow filter need to be changed to below to add extra backslash.

[System.AreaPath] = 'Project\\Folder\\Folder1'