Forum Discussion
manojk_pbi
Helper V
2 years agoData 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
Helper V
2 years agoI 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
Super User
2 years agoThe workitem ID needs to go into the RelativePath parameter.