Forum Discussion

kastorsky's avatar
kastorsky
Regular Visitor
9 years ago
Solved

Getting wrong data from a Sharepoint list (calculated field)

Hi everyone, I'm getting a strange situation with PB Desktop. I hope someone could give me an advice.   I'm trying to get data from a sharepoint list that has a calculated field (sum of two numbers...
  • Anonymous's avatar
    Anonymous
    9 years ago

    I can reproduce your issue in my side with portuguese regional settings.

    Change your source to:

     

    = OData.Feed("https://NAME.sharepoint.com/sites/NAME/_vti_bin/listdata.svc")

    change only your link, you need the: 

     

    /_vti_bin/listdata.svc

     

    Using OData.Feed you will get what you want.