Salesforce - doing a SOQL Query via Qualtrics workflow and getting 411 error? | XM Community
Solved

Salesforce - doing a SOQL Query via Qualtrics workflow and getting 411 error?


Badge

Hi, I have Qualtrics connected to Salesforce via OAUTH/Connected App.
I'm trying to write a Workflow task that does a Query to Salesforce's User object and pulls back a record based on an embedded data field in the survey. Here's how my request looks:
request.pngWhenever I test this, I get a 'Status: 411 Length Required' error:
errorresults.PNGAfter investigating this, it seems like this is often caused by including the 'Content-Length' parameter in a GET request, which I believe is not supported. However, as you can see above I did not include this parameter.
Just to test, I did try adding 'Content-length' as a header with various values, but still get the same error.
Does anyone have any ideas what could cause this?

icon

Best answer by AmaraW 23 May 2022, 21:03

View original

2 replies

Badge +48

Hmmm, this sounds like it may not be intended functionality. If you haven’t already, we’d recommend reaching out to our Support team, as they are best equipped to handle an issue like this! 😁

Badge

Okay, thanks, I made a ticket with them

Leave a Reply