Dear All, I created a workflow where query activity retrieves IDs passed
to an External signal activity. My question is I am unable to parse the
IDs relevant to query criteria. Below is the syntax of the query
condition @namein ($(vars/@ids)) what I am passing in external activity
is id = "id1','id2" $(vars/@ids) gets parsed to 'id1\',\'id2' I know
that it is escaping single quotes with a backward slash, which I wanted
to avoid, and also I tried to use replace function of ACS which was not
worki...