Forum Discussion
Json API with header details
- 5 years ago
Hi Pat, I got it to work. I'd tried putting it in as a parameter before but had neglected to change the parameter to a list type! So now when I put it in as a custom function within the column, I could then specify which column to use as the input and therefore which row. A bit of an epic journey.
ImkeF I got it to work and learnt a lot 🙂
It looks like you are putting the relative path into the body of the web call in the last image, instead of putting it in the relative path option of the Web.Contents function. Did you try concatenating the relative path into the url?
url = "https://*****/" & RelativePath
Pat
Hi Pat, I got it to work. I'd tried putting it in as a parameter before but had neglected to change the parameter to a list type! So now when I put it in as a custom function within the column, I could then specify which column to use as the input and therefore which row. A bit of an epic journey.
ImkeF I got it to work and learnt a lot 🙂