• Praveen Umapathy
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hello! I am trying to Pass 3 values from the URL to a Query for Conga. The document worked until I added the Multiple Values to the Ive followed the Conga document to have this is my URL:

&QueryId=[DataGatheringTaskbeta]a0o18000000J68aAAC?pv0={!Field1}~pv1={!Field2}~pv2{!Field3},

And the query following:

SELECT fields FROM task WHERE WhatId = 'pv0' OR WhatId = 'pv1' OR WhatId = 'pv2'

When generating the Document i get this error:

'Unable to parse the query id entries, please check the URL syntax.'


What am I doing wrong or should I break up the query into 3 queries and do a query per value?