Forum Discussion
manojk_pbi
2 years agoHelper V
Data Extraction from web content
Hi, I have a use case wherein i am extracting data from OData.Feed. This will return me few data fields using which i will have to construct a web link and extract few more data fields. In f...
- 2 years ago
The workitem ID needs to go into the RelativePath parameter.
manojk_pbi
2 years agoHelper V
I am using below line, url is field name from the table having the web link to workitem
url looks like https://tfs.org.com//tfs/ProjectName/Collection/_apis/wit/workitems/256879
Table.AddColumn(#"Added Custom", "VSTS", each Json.Document(Web.Contents([url])))
lbendlin
2 years agoSuper User
The workitem ID needs to go into the RelativePath parameter.