Forum Discussion
Web.Contents failed to get contents from
friends,
I'm having problems with my PBI to solve this problem, does anyone have any solutions?
An error occurred while processing the data in the dataset.
Falha na atualização:
Falha na atualização do New Dash.
Detalhes da falha: Web.Contents failed to get contents from 'https://gehealthcare-svc.my.salesforce.com/services/data/v48.0/query?q=SELECT%20Id%2CIsDeleted%2CMasterRecordId%2CCaseNumber%2CContactId%2CAccountId%2CAssetId%2CProductId%2CEntitlementId%2CQuestionId%2CSourceId%2CCommunityId%2CBusinessHoursId%2CParentId%2CSuppliedName%2CSuppliedEmail%2CSuppliedPhone%2CSuppliedCompany%2CType%2CRecordTypeId%2CStatus%2CReason%2COrigin%2CLanguage%2CIsVisibleInSelfService%2CSubject%2CPriority%2CDescription%2CIsClosed%2CClosedDate%2CIsEscalated%2CHasCommentsUnreadByOwner%2CHasSelfServiceComments%2CCurrencyIsoCode%2COwnerId%2CIsClosedOnCreate%2CIsSelfServiceClosed%2CSlaStartDate%2CSlaExitDate%2CIsStopped%2CStopStartDate%2CCreatedDate%2CCreatedById%2CLastModifiedDate%2CLastModifiedById%2CSystemModstamp%2CContactPhone%2CContactMobile%2CContactEmail%2CContactFax%2CComments%2CLastViewedDate%2CLastReferencedDate%2CConnectionReceivedId%2CConnectionSentId%2CMilestoneStatus%2CCreatorFullPhotoUrl%2CCreatorSmallPhotoUrl%2CCreatorName%2CSVMXC__Actual_Initial_Response__c ' (414): URI Too Long
A próxima atualização do New Dash está agendada para quarta-feira, 26 de janeiro de 2022 15:00:00 UTC.
best regards
Henrique
- Anonymous4 years ago
Hi Anonymous,
According to your snapshot, it seems like you add too long query string in the web connector URL.
For the query string parameters, we can add some simple filter conditions in the query string instead of a full query.
browser - What is the maximum possible length of a query string? - Stack Overflow
In my opinion, I'd like to suggest you contact the API developer if you need to send a long query. Then you can use send these queries to other parts of requests. (e.g. request header, body)Regards,
Xiaoxin Sheng
2 Replies
- lbendlin
Super User
As the message states - your query string is too long. Ask for fewer columns.
- AnonymousNot applicable
Hi Anonymous,
According to your snapshot, it seems like you add too long query string in the web connector URL.
For the query string parameters, we can add some simple filter conditions in the query string instead of a full query.
browser - What is the maximum possible length of a query string? - Stack Overflow
In my opinion, I'd like to suggest you contact the API developer if you need to send a long query. Then you can use send these queries to other parts of requests. (e.g. request header, body)Regards,
Xiaoxin Sheng