You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

$value is being considered as variable in REST API get method (SharePoint Integration)

Accepted answer
22
Views
4
Comments

Hi guys,

I am trying to get data from a CSV file which is uploaded in SharePoint to EPBCS application.

From Sharepoint REST API, using the following Source URL

GET https://{site_url}/_api/web/GetFolderByServerRelativeUrl('/Folder Name')/Files('{file_name}')/$value
Authorization: "Bearer " + accessToken

So, Created a connection in "Connections" card and provided till https://{site_url} and rest of the URL is specified in .get() as shown in the below image.

But, I am encountering error "No such property: Value for class: groovy.lang.Binding Rule". Can you guys help me in telling the compiler that $value is the part of the URL but not a variable?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!